const github.com/gotd/td/tg.ChatFullTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_chat_full_gen.go#L134: const ChatFullTypeID = 0xc9d31138
tl_chat_full_gen.go#L309: return ChatFullTypeID
tl_chat_full_gen.go#L321: ID: ChatFullTypeID,
tl_chat_full_gen.go#L477: b.PutID(ChatFullTypeID)
tl_chat_full_gen.go#L575: if err := b.ConsumeID(ChatFullTypeID); err != nil {
tl_chat_full_gen.go#L3516: case ChatFullTypeID:
tl_registry_gen.go#L121: ChatFullTypeID: "chatFull#c9d31138",
tl_registry_gen.go#L1903: "chatFull": ChatFullTypeID,
tl_registry_gen.go#L3685: ChatFullTypeID: func() bin.Object { return &ChatFull{} },
tl_registry_gen.go#L5586: ChatFullTypeID,
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. |