const github.com/gotd/td/tg.UpdateChannelParticipantTypeID

11 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L1008: 	u.handlers[UpdateChannelParticipantTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_registry_gen.go#L394: 		UpdateChannelParticipantTypeID:                           "updateChannelParticipant#985d3abb",
		tl_registry_gen.go#L2861: 		"updateChannelParticipant":                           UpdateChannelParticipantTypeID,
		tl_registry_gen.go#L5328: 		UpdateChannelParticipantTypeID:                           func() bin.Object { return &UpdateChannelParticipant{} },
		tl_registry_gen.go#L9054: 			UpdateChannelParticipantTypeID,
		tl_update_gen.go#L19044: const UpdateChannelParticipantTypeID = 0x985d3abb
		tl_update_gen.go#L19142: 	return UpdateChannelParticipantTypeID
		tl_update_gen.go#L19154: 		ID:   UpdateChannelParticipantTypeID,
		tl_update_gen.go#L19226: 	b.PutID(UpdateChannelParticipantTypeID)
		tl_update_gen.go#L19276: 	if err := b.ConsumeID(UpdateChannelParticipantTypeID); err != nil {
		tl_update_gen.go#L34821: 	case UpdateChannelParticipantTypeID: