const github.com/gotd/td/tg.InputChatPhotoEmptyTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_chat_photo_gen.go#L42: const InputChatPhotoEmptyTypeID = 0x1ca48f57
tl_input_chat_photo_gen.go#L78: return InputChatPhotoEmptyTypeID
tl_input_chat_photo_gen.go#L90: ID: InputChatPhotoEmptyTypeID,
tl_input_chat_photo_gen.go#L105: b.PutID(InputChatPhotoEmptyTypeID)
tl_input_chat_photo_gen.go#L122: if err := b.ConsumeID(InputChatPhotoEmptyTypeID); err != nil {
tl_input_chat_photo_gen.go#L668: case InputChatPhotoEmptyTypeID:
tl_registry_gen.go#L76: InputChatPhotoEmptyTypeID: "inputChatPhotoEmpty#1ca48f57",
tl_registry_gen.go#L1858: "inputChatPhotoEmpty": InputChatPhotoEmptyTypeID,
tl_registry_gen.go#L3640: InputChatPhotoEmptyTypeID: func() bin.Object { return &InputChatPhotoEmpty{} },
tl_registry_gen.go#L5796: InputChatPhotoEmptyTypeID,
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. |