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: