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

39 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L240: type ChatParticipantAddHandler func(ctx context.Context, e Entities, update *UpdateChatParticipantAdd) error
		tl_handlers_gen.go#L245: 		return handler(ctx, e, update.(*UpdateChatParticipantAdd))
		tl_registry_gen.go#L3841: 		UpdateChatParticipantAddTypeID:                           func() bin.Object { return &UpdateChatParticipantAdd{} },
		tl_update_gen.go#L2525: type UpdateChatParticipantAdd struct {
		tl_update_gen.go#L2542: func (u UpdateChatParticipantAdd) construct() UpdateClass { return &u }
		tl_update_gen.go#L2546: 	_ bin.Encoder     = &UpdateChatParticipantAdd{}
		tl_update_gen.go#L2547: 	_ bin.Decoder     = &UpdateChatParticipantAdd{}
		tl_update_gen.go#L2548: 	_ bin.BareEncoder = &UpdateChatParticipantAdd{}
		tl_update_gen.go#L2549: 	_ bin.BareDecoder = &UpdateChatParticipantAdd{}
		tl_update_gen.go#L2551: 	_ UpdateClass = &UpdateChatParticipantAdd{}
		tl_update_gen.go#L2554: func (u *UpdateChatParticipantAdd) Zero() bool {
		tl_update_gen.go#L2578: func (u *UpdateChatParticipantAdd) String() string {
		tl_update_gen.go#L2582: 	type Alias UpdateChatParticipantAdd
		tl_update_gen.go#L2587: func (u *UpdateChatParticipantAdd) FillFrom(from interface {
		tl_update_gen.go#L2604: func (*UpdateChatParticipantAdd) TypeID() uint32 {
		tl_update_gen.go#L2609: func (*UpdateChatParticipantAdd) TypeName() string {
		tl_update_gen.go#L2614: func (u *UpdateChatParticipantAdd) TypeInfo() tdp.Type {
		tl_update_gen.go#L2649: func (u *UpdateChatParticipantAdd) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L2658: func (u *UpdateChatParticipantAdd) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L2671: func (u *UpdateChatParticipantAdd) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L2682: func (u *UpdateChatParticipantAdd) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L2725: func (u *UpdateChatParticipantAdd) GetChatID() (value int64) {
		tl_update_gen.go#L2733: func (u *UpdateChatParticipantAdd) GetUserID() (value int64) {
		tl_update_gen.go#L2741: func (u *UpdateChatParticipantAdd) GetInviterID() (value int64) {
		tl_update_gen.go#L2749: func (u *UpdateChatParticipantAdd) GetDate() (value int) {
		tl_update_gen.go#L2757: func (u *UpdateChatParticipantAdd) GetVersion() (value int) {
		tl_update_gen.go#L25042: 		v := UpdateChatParticipantAdd{}
		tl_update_slices_gen.go#L291: 		value, ok := elem.(*UpdateChatParticipantAdd)
		tl_update_slices_gen.go#L2633: type UpdateChatParticipantAddArray []UpdateChatParticipantAdd
		tl_update_slices_gen.go#L2636: func (s UpdateChatParticipantAddArray) Sort(less func(a, b UpdateChatParticipantAdd) bool) UpdateChatParticipantAddArray {
		tl_update_slices_gen.go#L2644: func (s UpdateChatParticipantAddArray) SortStable(less func(a, b UpdateChatParticipantAdd) bool) UpdateChatParticipantAddArray {
		tl_update_slices_gen.go#L2652: func (s UpdateChatParticipantAddArray) Retain(keep func(x UpdateChatParticipantAdd) bool) UpdateChatParticipantAddArray {
		tl_update_slices_gen.go#L2666: func (s UpdateChatParticipantAddArray) First() (v UpdateChatParticipantAdd, ok bool) {
		tl_update_slices_gen.go#L2674: func (s UpdateChatParticipantAddArray) Last() (v UpdateChatParticipantAdd, ok bool) {
		tl_update_slices_gen.go#L2682: func (s *UpdateChatParticipantAddArray) PopFirst() (v UpdateChatParticipantAdd, ok bool) {
		tl_update_slices_gen.go#L2692: 	var zero UpdateChatParticipantAdd
		tl_update_slices_gen.go#L2701: func (s *UpdateChatParticipantAddArray) Pop() (v UpdateChatParticipantAdd, ok bool) {
		tl_update_slices_gen.go#L2716: 	return s.Sort(func(a, b UpdateChatParticipantAdd) bool {
		tl_update_slices_gen.go#L2723: 	return s.SortStable(func(a, b UpdateChatParticipantAdd) bool {