const github.com/gotd/td/tg.MessageActionChatDeleteUserTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_message_action_gen.go#L846: const MessageActionChatDeleteUserTypeID = 0xa43f30cc
tl_message_action_gen.go#L892: return MessageActionChatDeleteUserTypeID
tl_message_action_gen.go#L904: ID: MessageActionChatDeleteUserTypeID,
tl_message_action_gen.go#L924: b.PutID(MessageActionChatDeleteUserTypeID)
tl_message_action_gen.go#L942: if err := b.ConsumeID(MessageActionChatDeleteUserTypeID); err != nil {
tl_message_action_gen.go#L7811: case MessageActionChatDeleteUserTypeID:
tl_registry_gen.go#L155: MessageActionChatDeleteUserTypeID: "messageActionChatDeleteUser#a43f30cc",
tl_registry_gen.go#L1937: "messageActionChatDeleteUser": MessageActionChatDeleteUserTypeID,
tl_registry_gen.go#L3719: MessageActionChatDeleteUserTypeID: func() bin.Object { return &MessageActionChatDeleteUser{} },
tl_registry_gen.go#L6020: MessageActionChatDeleteUserTypeID,
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. |