const github.com/gotd/td/tg.InputChatPhotoTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_chat_photo_gen.go#L493: const InputChatPhotoTypeID = 0x8953ad37
tl_input_chat_photo_gen.go#L539: return InputChatPhotoTypeID
tl_input_chat_photo_gen.go#L551: ID: InputChatPhotoTypeID,
tl_input_chat_photo_gen.go#L571: b.PutID(InputChatPhotoTypeID)
tl_input_chat_photo_gen.go#L594: if err := b.ConsumeID(InputChatPhotoTypeID); err != nil {
tl_input_chat_photo_gen.go#L682: case InputChatPhotoTypeID:
tl_registry_gen.go#L78: InputChatPhotoTypeID: "inputChatPhoto#8953ad37",
tl_registry_gen.go#L1860: "inputChatPhoto": InputChatPhotoTypeID,
tl_registry_gen.go#L3642: InputChatPhotoTypeID: func() bin.Object { return &InputChatPhoto{} },
tl_registry_gen.go#L5798: InputChatPhotoTypeID,
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. |