const github.com/gotd/td/tg.MessageActionChatEditPhotoTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_message_action_gen.go#L456: const MessageActionChatEditPhotoTypeID = 0x7fcb13a8
tl_message_action_gen.go#L502: return MessageActionChatEditPhotoTypeID
tl_message_action_gen.go#L514: ID: MessageActionChatEditPhotoTypeID,
tl_message_action_gen.go#L534: b.PutID(MessageActionChatEditPhotoTypeID)
tl_message_action_gen.go#L557: if err := b.ConsumeID(MessageActionChatEditPhotoTypeID); err != nil {
tl_message_action_gen.go#L7790: case MessageActionChatEditPhotoTypeID:
tl_registry_gen.go#L152: MessageActionChatEditPhotoTypeID: "messageActionChatEditPhoto#7fcb13a8",
tl_registry_gen.go#L1934: "messageActionChatEditPhoto": MessageActionChatEditPhotoTypeID,
tl_registry_gen.go#L3716: MessageActionChatEditPhotoTypeID: func() bin.Object { return &MessageActionChatEditPhoto{} },
tl_registry_gen.go#L6017: MessageActionChatEditPhotoTypeID,
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. |