const github.com/gotd/td/tg.ChannelParticipantTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_channel_participant_gen.go#L46: const ChannelParticipantTypeID = 0xc00c07c0
tl_channel_participant_gen.go#L97: return ChannelParticipantTypeID
tl_channel_participant_gen.go#L109: ID: ChannelParticipantTypeID,
tl_channel_participant_gen.go#L133: b.PutID(ChannelParticipantTypeID)
tl_channel_participant_gen.go#L152: if err := b.ConsumeID(ChannelParticipantTypeID); err != nil {
tl_channel_participant_gen.go#L1547: case ChannelParticipantTypeID:
tl_registry_gen.go#L594: ChannelParticipantTypeID: "channelParticipant#c00c07c0",
tl_registry_gen.go#L2376: "channelParticipant": ChannelParticipantTypeID,
tl_registry_gen.go#L4158: ChannelParticipantTypeID: func() bin.Object { return &ChannelParticipant{} },
tl_registry_gen.go#L5557: ChannelParticipantTypeID,
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. |