const github.com/gotd/td/tg.ChannelParticipantSelfTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_channel_participant_gen.go#L217: const ChannelParticipantSelfTypeID = 0x35a8bfa7
tl_channel_participant_gen.go#L281: return ChannelParticipantSelfTypeID
tl_channel_participant_gen.go#L293: ID: ChannelParticipantSelfTypeID,
tl_channel_participant_gen.go#L333: b.PutID(ChannelParticipantSelfTypeID)
tl_channel_participant_gen.go#L357: if err := b.ConsumeID(ChannelParticipantSelfTypeID); err != nil {
tl_channel_participant_gen.go#L1554: case ChannelParticipantSelfTypeID:
tl_registry_gen.go#L595: ChannelParticipantSelfTypeID: "channelParticipantSelf#35a8bfa7",
tl_registry_gen.go#L2377: "channelParticipantSelf": ChannelParticipantSelfTypeID,
tl_registry_gen.go#L4159: ChannelParticipantSelfTypeID: func() bin.Object { return &ChannelParticipantSelf{} },
tl_registry_gen.go#L5558: ChannelParticipantSelfTypeID,
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. |