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

47 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L990: type ChatParticipantHandler func(ctx context.Context, e Entities, update *UpdateChatParticipant) error
		tl_handlers_gen.go#L995: 		return handler(ctx, e, update.(*UpdateChatParticipant))
		tl_registry_gen.go#L3916: 		UpdateChatParticipantTypeID:                              func() bin.Object { return &UpdateChatParticipant{} },
		tl_update_gen.go#L17833: type UpdateChatParticipant struct {
		tl_update_gen.go#L17874: func (u UpdateChatParticipant) construct() UpdateClass { return &u }
		tl_update_gen.go#L17878: 	_ bin.Encoder     = &UpdateChatParticipant{}
		tl_update_gen.go#L17879: 	_ bin.Decoder     = &UpdateChatParticipant{}
		tl_update_gen.go#L17880: 	_ bin.BareEncoder = &UpdateChatParticipant{}
		tl_update_gen.go#L17881: 	_ bin.BareDecoder = &UpdateChatParticipant{}
		tl_update_gen.go#L17883: 	_ UpdateClass = &UpdateChatParticipant{}
		tl_update_gen.go#L17886: func (u *UpdateChatParticipant) Zero() bool {
		tl_update_gen.go#L17922: func (u *UpdateChatParticipant) String() string {
		tl_update_gen.go#L17926: 	type Alias UpdateChatParticipant
		tl_update_gen.go#L17931: func (u *UpdateChatParticipant) FillFrom(from interface {
		tl_update_gen.go#L17963: func (*UpdateChatParticipant) TypeID() uint32 {
		tl_update_gen.go#L17968: func (*UpdateChatParticipant) TypeName() string {
		tl_update_gen.go#L17973: func (u *UpdateChatParticipant) TypeInfo() tdp.Type {
		tl_update_gen.go#L18023: func (u *UpdateChatParticipant) SetFlags() {
		tl_update_gen.go#L18036: func (u *UpdateChatParticipant) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L18045: func (u *UpdateChatParticipant) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L18086: func (u *UpdateChatParticipant) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L18097: func (u *UpdateChatParticipant) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L18166: func (u *UpdateChatParticipant) GetChatID() (value int64) {
		tl_update_gen.go#L18174: func (u *UpdateChatParticipant) GetDate() (value int) {
		tl_update_gen.go#L18182: func (u *UpdateChatParticipant) GetActorID() (value int64) {
		tl_update_gen.go#L18190: func (u *UpdateChatParticipant) GetUserID() (value int64) {
		tl_update_gen.go#L18198: func (u *UpdateChatParticipant) SetPrevParticipant(value ChatParticipantClass) {
		tl_update_gen.go#L18205: func (u *UpdateChatParticipant) GetPrevParticipant() (value ChatParticipantClass, ok bool) {
		tl_update_gen.go#L18216: func (u *UpdateChatParticipant) SetNewParticipant(value ChatParticipantClass) {
		tl_update_gen.go#L18223: func (u *UpdateChatParticipant) GetNewParticipant() (value ChatParticipantClass, ok bool) {
		tl_update_gen.go#L18234: func (u *UpdateChatParticipant) SetInvite(value ExportedChatInviteClass) {
		tl_update_gen.go#L18241: func (u *UpdateChatParticipant) GetInvite() (value ExportedChatInviteClass, ok bool) {
		tl_update_gen.go#L18252: func (u *UpdateChatParticipant) GetQts() (value int) {
		tl_update_gen.go#L25567: 		v := UpdateChatParticipant{}
		tl_update_slices_gen.go#L1149: 		value, ok := elem.(*UpdateChatParticipant)
		tl_update_slices_gen.go#L8143: type UpdateChatParticipantArray []UpdateChatParticipant
		tl_update_slices_gen.go#L8146: func (s UpdateChatParticipantArray) Sort(less func(a, b UpdateChatParticipant) bool) UpdateChatParticipantArray {
		tl_update_slices_gen.go#L8154: func (s UpdateChatParticipantArray) SortStable(less func(a, b UpdateChatParticipant) bool) UpdateChatParticipantArray {
		tl_update_slices_gen.go#L8162: func (s UpdateChatParticipantArray) Retain(keep func(x UpdateChatParticipant) bool) UpdateChatParticipantArray {
		tl_update_slices_gen.go#L8176: func (s UpdateChatParticipantArray) First() (v UpdateChatParticipant, ok bool) {
		tl_update_slices_gen.go#L8184: func (s UpdateChatParticipantArray) Last() (v UpdateChatParticipant, ok bool) {
		tl_update_slices_gen.go#L8192: func (s *UpdateChatParticipantArray) PopFirst() (v UpdateChatParticipant, ok bool) {
		tl_update_slices_gen.go#L8202: 	var zero UpdateChatParticipant
		tl_update_slices_gen.go#L8211: func (s *UpdateChatParticipantArray) Pop() (v UpdateChatParticipant, ok bool) {
		tl_update_slices_gen.go#L8226: 	return s.Sort(func(a, b UpdateChatParticipant) bool {
		tl_update_slices_gen.go#L8233: 	return s.SortStable(func(a, b UpdateChatParticipant) bool {
		tl_updates_classifier_gen.go#L65: 	case *UpdateChatParticipant: