const github.com/gotd/td/tg.ChatInviteTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_chat_invite_gen.go#L239: const ChatInviteTypeID = 0xcde0ec40
tl_chat_invite_gen.go#L359: return ChatInviteTypeID
tl_chat_invite_gen.go#L371: ID: ChatInviteTypeID,
tl_chat_invite_gen.go#L487: b.PutID(ChatInviteTypeID)
tl_chat_invite_gen.go#L531: if err := b.ConsumeID(ChatInviteTypeID); err != nil {
tl_chat_invite_gen.go#L1058: case ChatInviteTypeID:
tl_registry_gen.go#L524: ChatInviteTypeID: "chatInvite#cde0ec40",
tl_registry_gen.go#L2306: "chatInvite": ChatInviteTypeID,
tl_registry_gen.go#L4088: ChatInviteTypeID: func() bin.Object { return &ChatInvite{} },
tl_registry_gen.go#L5591: ChatInviteTypeID,
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. |