const github.com/gotd/td/tg.MessagesEditExportedChatInviteRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_messages_edit_exported_chat_invite_gen.go#L70: const MessagesEditExportedChatInviteRequestTypeID = 0xbdca2f75
tl_messages_edit_exported_chat_invite_gen.go#L156: return MessagesEditExportedChatInviteRequestTypeID
tl_messages_edit_exported_chat_invite_gen.go#L168: ID: MessagesEditExportedChatInviteRequestTypeID,
tl_messages_edit_exported_chat_invite_gen.go#L236: b.PutID(MessagesEditExportedChatInviteRequestTypeID)
tl_messages_edit_exported_chat_invite_gen.go#L276: if err := b.ConsumeID(MessagesEditExportedChatInviteRequestTypeID); err != nil {
tl_registry_gen.go#L1522: MessagesEditExportedChatInviteRequestTypeID: "messages.editExportedChatInvite#bdca2f75",
tl_registry_gen.go#L3304: "messages.editExportedChatInvite": MessagesEditExportedChatInviteRequestTypeID,
tl_registry_gen.go#L5086: MessagesEditExportedChatInviteRequestTypeID: func() bin.Object { return &MessagesEditExportedChatInviteRequest{} },
tl_server_gen.go#L5117: s.handlers[MessagesEditExportedChatInviteRequestTypeID] = handler
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. |