const github.com/gotd/td/tg.GroupCallParticipantTypeID
8 uses
github.com/gotd/td/tg (current package)
tl_group_call_participant_gen.go#L108: const GroupCallParticipantTypeID = 0xeba636fe
tl_group_call_participant_gen.go#L260: return GroupCallParticipantTypeID
tl_group_call_participant_gen.go#L272: ID: GroupCallParticipantTypeID,
tl_group_call_participant_gen.go#L432: b.PutID(GroupCallParticipantTypeID)
tl_group_call_participant_gen.go#L483: if err := b.ConsumeID(GroupCallParticipantTypeID); err != nil {
tl_registry_gen.go#L1027: GroupCallParticipantTypeID: "groupCallParticipant#eba636fe",
tl_registry_gen.go#L2809: "groupCallParticipant": GroupCallParticipantTypeID,
tl_registry_gen.go#L4591: GroupCallParticipantTypeID: func() bin.Object { return &GroupCallParticipant{} },
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. |