const github.com/gotd/td/tg.InputFileBigTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_file_gen.go#L275: const InputFileBigTypeID = 0xfa4f0bb5
tl_input_file_gen.go#L331: return InputFileBigTypeID
tl_input_file_gen.go#L343: ID: InputFileBigTypeID,
tl_input_file_gen.go#L371: b.PutID(InputFileBigTypeID)
tl_input_file_gen.go#L391: if err := b.ConsumeID(InputFileBigTypeID); err != nil {
tl_input_file_gen.go#L510: case InputFileBigTypeID:
tl_registry_gen.go#L58: InputFileBigTypeID: "inputFileBig#fa4f0bb5",
tl_registry_gen.go#L1840: "inputFileBig": InputFileBigTypeID,
tl_registry_gen.go#L3622: InputFileBigTypeID: func() bin.Object { return &InputFileBig{} },
tl_registry_gen.go#L5820: InputFileBigTypeID,
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |