const github.com/gotd/td/tg.UpdateChannelParticipantTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L1004: u.handlers[UpdateChannelParticipantTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L353: UpdateChannelParticipantTypeID: "updateChannelParticipant#985d3abb",
tl_registry_gen.go#L2135: "updateChannelParticipant": UpdateChannelParticipantTypeID,
tl_registry_gen.go#L3917: UpdateChannelParticipantTypeID: func() bin.Object { return &UpdateChannelParticipant{} },
tl_registry_gen.go#L6614: UpdateChannelParticipantTypeID,
tl_update_gen.go#L18309: const UpdateChannelParticipantTypeID = 0x985d3abb
tl_update_gen.go#L18407: return UpdateChannelParticipantTypeID
tl_update_gen.go#L18419: ID: UpdateChannelParticipantTypeID,
tl_update_gen.go#L18491: b.PutID(UpdateChannelParticipantTypeID)
tl_update_gen.go#L18541: if err := b.ConsumeID(UpdateChannelParticipantTypeID); err != nil {
tl_update_gen.go#L25572: case UpdateChannelParticipantTypeID:
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. |