type github.com/gotd/td/tg.UpdateChannelParticipant

49 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L1000: type ChannelParticipantHandler func(ctx context.Context, e Entities, update *UpdateChannelParticipant) error
		tl_handlers_gen.go#L1005: 		return handler(ctx, e, update.(*UpdateChannelParticipant))
		tl_registry_gen.go#L3917: 		UpdateChannelParticipantTypeID:                           func() bin.Object { return &UpdateChannelParticipant{} },
		tl_update_gen.go#L18266: type UpdateChannelParticipant struct {
		tl_update_gen.go#L18312: func (u UpdateChannelParticipant) construct() UpdateClass { return &u }
		tl_update_gen.go#L18316: 	_ bin.Encoder     = &UpdateChannelParticipant{}
		tl_update_gen.go#L18317: 	_ bin.Decoder     = &UpdateChannelParticipant{}
		tl_update_gen.go#L18318: 	_ bin.BareEncoder = &UpdateChannelParticipant{}
		tl_update_gen.go#L18319: 	_ bin.BareDecoder = &UpdateChannelParticipant{}
		tl_update_gen.go#L18321: 	_ UpdateClass = &UpdateChannelParticipant{}
		tl_update_gen.go#L18324: func (u *UpdateChannelParticipant) Zero() bool {
		tl_update_gen.go#L18363: func (u *UpdateChannelParticipant) String() string {
		tl_update_gen.go#L18367: 	type Alias UpdateChannelParticipant
		tl_update_gen.go#L18372: func (u *UpdateChannelParticipant) FillFrom(from interface {
		tl_update_gen.go#L18406: func (*UpdateChannelParticipant) TypeID() uint32 {
		tl_update_gen.go#L18411: func (*UpdateChannelParticipant) TypeName() string {
		tl_update_gen.go#L18416: func (u *UpdateChannelParticipant) TypeInfo() tdp.Type {
		tl_update_gen.go#L18471: func (u *UpdateChannelParticipant) SetFlags() {
		tl_update_gen.go#L18487: func (u *UpdateChannelParticipant) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L18496: func (u *UpdateChannelParticipant) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L18537: func (u *UpdateChannelParticipant) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L18548: func (u *UpdateChannelParticipant) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L18618: func (u *UpdateChannelParticipant) SetViaChatlist(value bool) {
		tl_update_gen.go#L18629: func (u *UpdateChannelParticipant) GetViaChatlist() (value bool) {
		tl_update_gen.go#L18637: func (u *UpdateChannelParticipant) GetChannelID() (value int64) {
		tl_update_gen.go#L18645: func (u *UpdateChannelParticipant) GetDate() (value int) {
		tl_update_gen.go#L18653: func (u *UpdateChannelParticipant) GetActorID() (value int64) {
		tl_update_gen.go#L18661: func (u *UpdateChannelParticipant) GetUserID() (value int64) {
		tl_update_gen.go#L18669: func (u *UpdateChannelParticipant) SetPrevParticipant(value ChannelParticipantClass) {
		tl_update_gen.go#L18676: func (u *UpdateChannelParticipant) GetPrevParticipant() (value ChannelParticipantClass, ok bool) {
		tl_update_gen.go#L18687: func (u *UpdateChannelParticipant) SetNewParticipant(value ChannelParticipantClass) {
		tl_update_gen.go#L18694: func (u *UpdateChannelParticipant) GetNewParticipant() (value ChannelParticipantClass, ok bool) {
		tl_update_gen.go#L18705: func (u *UpdateChannelParticipant) SetInvite(value ExportedChatInviteClass) {
		tl_update_gen.go#L18712: func (u *UpdateChannelParticipant) GetInvite() (value ExportedChatInviteClass, ok bool) {
		tl_update_gen.go#L18723: func (u *UpdateChannelParticipant) GetQts() (value int) {
		tl_update_gen.go#L25574: 		v := UpdateChannelParticipant{}
		tl_update_slices_gen.go#L1162: 		value, ok := elem.(*UpdateChannelParticipant)
		tl_update_slices_gen.go#L8239: type UpdateChannelParticipantArray []UpdateChannelParticipant
		tl_update_slices_gen.go#L8242: func (s UpdateChannelParticipantArray) Sort(less func(a, b UpdateChannelParticipant) bool) UpdateChannelParticipantArray {
		tl_update_slices_gen.go#L8250: func (s UpdateChannelParticipantArray) SortStable(less func(a, b UpdateChannelParticipant) bool) UpdateChannelParticipantArray {
		tl_update_slices_gen.go#L8258: func (s UpdateChannelParticipantArray) Retain(keep func(x UpdateChannelParticipant) bool) UpdateChannelParticipantArray {
		tl_update_slices_gen.go#L8272: func (s UpdateChannelParticipantArray) First() (v UpdateChannelParticipant, ok bool) {
		tl_update_slices_gen.go#L8280: func (s UpdateChannelParticipantArray) Last() (v UpdateChannelParticipant, ok bool) {
		tl_update_slices_gen.go#L8288: func (s *UpdateChannelParticipantArray) PopFirst() (v UpdateChannelParticipant, ok bool) {
		tl_update_slices_gen.go#L8298: 	var zero UpdateChannelParticipant
		tl_update_slices_gen.go#L8307: func (s *UpdateChannelParticipantArray) Pop() (v UpdateChannelParticipant, ok bool) {
		tl_update_slices_gen.go#L8322: 	return s.Sort(func(a, b UpdateChannelParticipant) bool {
		tl_update_slices_gen.go#L8329: 	return s.SortStable(func(a, b UpdateChannelParticipant) bool {
		tl_updates_classifier_gen.go#L67: 	case *UpdateChannelParticipant: