const github.com/gotd/td/tg.MessageActionChatDeletePhotoTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_message_action_gen.go#L594: const MessageActionChatDeletePhotoTypeID = 0x95e3fbef
tl_message_action_gen.go#L630: return MessageActionChatDeletePhotoTypeID
tl_message_action_gen.go#L642: ID: MessageActionChatDeletePhotoTypeID,
tl_message_action_gen.go#L657: b.PutID(MessageActionChatDeletePhotoTypeID)
tl_message_action_gen.go#L674: if err := b.ConsumeID(MessageActionChatDeletePhotoTypeID); err != nil {
tl_message_action_gen.go#L7797: case MessageActionChatDeletePhotoTypeID:
tl_registry_gen.go#L153: MessageActionChatDeletePhotoTypeID: "messageActionChatDeletePhoto#95e3fbef",
tl_registry_gen.go#L1935: "messageActionChatDeletePhoto": MessageActionChatDeletePhotoTypeID,
tl_registry_gen.go#L3717: MessageActionChatDeletePhotoTypeID: func() bin.Object { return &MessageActionChatDeletePhoto{} },
tl_registry_gen.go#L6018: MessageActionChatDeletePhotoTypeID,
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. |