const github.com/gotd/td/tg.ChatParticipantAdminTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_chat_participant_gen.go#L372: const ChatParticipantAdminTypeID = 0xa0933f5b
tl_chat_participant_gen.go#L428: return ChatParticipantAdminTypeID
tl_chat_participant_gen.go#L440: ID: ChatParticipantAdminTypeID,
tl_chat_participant_gen.go#L468: b.PutID(ChatParticipantAdminTypeID)
tl_chat_participant_gen.go#L488: if err := b.ConsumeID(ChatParticipantAdminTypeID); err != nil {
tl_chat_participant_gen.go#L609: case ChatParticipantAdminTypeID:
tl_registry_gen.go#L125: ChatParticipantAdminTypeID: "chatParticipantAdmin#a0933f5b",
tl_registry_gen.go#L1907: "chatParticipantAdmin": ChatParticipantAdminTypeID,
tl_registry_gen.go#L3689: ChatParticipantAdminTypeID: func() bin.Object { return &ChatParticipantAdmin{} },
tl_registry_gen.go#L5597: ChatParticipantAdminTypeID,
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. |