const github.com/gotd/td/tg.ChatParticipantTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_chat_participant_gen.go#L48: const ChatParticipantTypeID = 0xc02d4007
tl_chat_participant_gen.go#L104: return ChatParticipantTypeID
tl_chat_participant_gen.go#L116: ID: ChatParticipantTypeID,
tl_chat_participant_gen.go#L144: b.PutID(ChatParticipantTypeID)
tl_chat_participant_gen.go#L164: if err := b.ConsumeID(ChatParticipantTypeID); err != nil {
tl_chat_participant_gen.go#L595: case ChatParticipantTypeID:
tl_registry_gen.go#L123: ChatParticipantTypeID: "chatParticipant#c02d4007",
tl_registry_gen.go#L1905: "chatParticipant": ChatParticipantTypeID,
tl_registry_gen.go#L3687: ChatParticipantTypeID: func() bin.Object { return &ChatParticipant{} },
tl_registry_gen.go#L5595: ChatParticipantTypeID,
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. |