mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
8 lines
98 B
Protocol Buffer
8 lines
98 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package google.protobuf;
|
|
|
|
message SourceContext {
|
|
string file_name = 1;
|
|
}
|