const github.com/gotd/td/tg.MessagesDeleteChatRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_messages_delete_chat_gen.go#L47: const MessagesDeleteChatRequestTypeID = 0x5bd0ee50
tl_messages_delete_chat_gen.go#L88: return MessagesDeleteChatRequestTypeID
tl_messages_delete_chat_gen.go#L100: ID: MessagesDeleteChatRequestTypeID,
tl_messages_delete_chat_gen.go#L120: b.PutID(MessagesDeleteChatRequestTypeID)
tl_messages_delete_chat_gen.go#L138: if err := b.ConsumeID(MessagesDeleteChatRequestTypeID); err != nil {
tl_registry_gen.go#L1514: MessagesDeleteChatRequestTypeID: "messages.deleteChat#5bd0ee50",
tl_registry_gen.go#L3296: "messages.deleteChat": MessagesDeleteChatRequestTypeID,
tl_registry_gen.go#L5078: MessagesDeleteChatRequestTypeID: func() bin.Object { return &MessagesDeleteChatRequest{} },
tl_server_gen.go#L4977: s.handlers[MessagesDeleteChatRequestTypeID] = 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. |