const github.com/gotd/td/tg.MessagesDeleteChatUserRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_messages_delete_chat_user_gen.go#L53: const MessagesDeleteChatUserRequestTypeID = 0xa2185cab
tl_messages_delete_chat_user_gen.go#L107: return MessagesDeleteChatUserRequestTypeID
tl_messages_delete_chat_user_gen.go#L119: ID: MessagesDeleteChatUserRequestTypeID,
tl_messages_delete_chat_user_gen.go#L155: b.PutID(MessagesDeleteChatUserRequestTypeID)
tl_messages_delete_chat_user_gen.go#L183: if err := b.ConsumeID(MessagesDeleteChatUserRequestTypeID); err != nil {
tl_registry_gen.go#L1409: MessagesDeleteChatUserRequestTypeID: "messages.deleteChatUser#a2185cab",
tl_registry_gen.go#L3191: "messages.deleteChatUser": MessagesDeleteChatUserRequestTypeID,
tl_registry_gen.go#L4973: MessagesDeleteChatUserRequestTypeID: func() bin.Object { return &MessagesDeleteChatUserRequest{} },
tl_server_gen.go#L3072: s.handlers[MessagesDeleteChatUserRequestTypeID] = 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. |