const github.com/gotd/td/tg.ChatParticipantsForbiddenTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_chat_participants_gen.go#L53: const ChatParticipantsForbiddenTypeID = 0x8763d3e1
tl_chat_participants_gen.go#L110: return ChatParticipantsForbiddenTypeID
tl_chat_participants_gen.go#L122: ID: ChatParticipantsForbiddenTypeID,
tl_chat_participants_gen.go#L154: b.PutID(ChatParticipantsForbiddenTypeID)
tl_chat_participants_gen.go#L184: if err := b.ConsumeID(ChatParticipantsForbiddenTypeID); err != nil {
tl_chat_participants_gen.go#L515: case ChatParticipantsForbiddenTypeID:
tl_registry_gen.go#L126: ChatParticipantsForbiddenTypeID: "chatParticipantsForbidden#8763d3e1",
tl_registry_gen.go#L1908: "chatParticipantsForbidden": ChatParticipantsForbiddenTypeID,
tl_registry_gen.go#L3690: ChatParticipantsForbiddenTypeID: func() bin.Object { return &ChatParticipantsForbidden{} },
tl_registry_gen.go#L5600: ChatParticipantsForbiddenTypeID,
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. |