const github.com/gotd/td/tg.MessagesChatsTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_messages_chats_gen.go#L44: const MessagesChatsTypeID = 0x64ff9fd5
tl_messages_chats_gen.go#L90: return MessagesChatsTypeID
tl_messages_chats_gen.go#L102: ID: MessagesChatsTypeID,
tl_messages_chats_gen.go#L122: b.PutID(MessagesChatsTypeID)
tl_messages_chats_gen.go#L148: if err := b.ConsumeID(MessagesChatsTypeID); err != nil {
tl_messages_chats_gen.go#L429: case MessagesChatsTypeID:
tl_registry_gen.go#L243: MessagesChatsTypeID: "messages.chats#64ff9fd5",
tl_registry_gen.go#L2025: "messages.chats": MessagesChatsTypeID,
tl_registry_gen.go#L3807: MessagesChatsTypeID: func() bin.Object { return &MessagesChats{} },
tl_registry_gen.go#L6124: MessagesChatsTypeID,
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. |