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

35 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L250: type ChatParticipantDeleteHandler func(ctx context.Context, e Entities, update *UpdateChatParticipantDelete) error
		tl_handlers_gen.go#L255: 		return handler(ctx, e, update.(*UpdateChatParticipantDelete))
		tl_registry_gen.go#L3842: 		UpdateChatParticipantDeleteTypeID:                        func() bin.Object { return &UpdateChatParticipantDelete{} },
		tl_update_gen.go#L2768: type UpdateChatParticipantDelete struct {
		tl_update_gen.go#L2781: func (u UpdateChatParticipantDelete) construct() UpdateClass { return &u }
		tl_update_gen.go#L2785: 	_ bin.Encoder     = &UpdateChatParticipantDelete{}
		tl_update_gen.go#L2786: 	_ bin.Decoder     = &UpdateChatParticipantDelete{}
		tl_update_gen.go#L2787: 	_ bin.BareEncoder = &UpdateChatParticipantDelete{}
		tl_update_gen.go#L2788: 	_ bin.BareDecoder = &UpdateChatParticipantDelete{}
		tl_update_gen.go#L2790: 	_ UpdateClass = &UpdateChatParticipantDelete{}
		tl_update_gen.go#L2793: func (u *UpdateChatParticipantDelete) Zero() bool {
		tl_update_gen.go#L2811: func (u *UpdateChatParticipantDelete) String() string {
		tl_update_gen.go#L2815: 	type Alias UpdateChatParticipantDelete
		tl_update_gen.go#L2820: func (u *UpdateChatParticipantDelete) FillFrom(from interface {
		tl_update_gen.go#L2833: func (*UpdateChatParticipantDelete) TypeID() uint32 {
		tl_update_gen.go#L2838: func (*UpdateChatParticipantDelete) TypeName() string {
		tl_update_gen.go#L2843: func (u *UpdateChatParticipantDelete) TypeInfo() tdp.Type {
		tl_update_gen.go#L2870: func (u *UpdateChatParticipantDelete) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L2879: func (u *UpdateChatParticipantDelete) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L2890: func (u *UpdateChatParticipantDelete) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L2901: func (u *UpdateChatParticipantDelete) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L2930: func (u *UpdateChatParticipantDelete) GetChatID() (value int64) {
		tl_update_gen.go#L2938: func (u *UpdateChatParticipantDelete) GetUserID() (value int64) {
		tl_update_gen.go#L2946: func (u *UpdateChatParticipantDelete) GetVersion() (value int) {
		tl_update_gen.go#L25049: 		v := UpdateChatParticipantDelete{}
		tl_update_slices_gen.go#L304: 		value, ok := elem.(*UpdateChatParticipantDelete)
		tl_update_slices_gen.go#L2729: type UpdateChatParticipantDeleteArray []UpdateChatParticipantDelete
		tl_update_slices_gen.go#L2732: func (s UpdateChatParticipantDeleteArray) Sort(less func(a, b UpdateChatParticipantDelete) bool) UpdateChatParticipantDeleteArray {
		tl_update_slices_gen.go#L2740: func (s UpdateChatParticipantDeleteArray) SortStable(less func(a, b UpdateChatParticipantDelete) bool) UpdateChatParticipantDeleteArray {
		tl_update_slices_gen.go#L2748: func (s UpdateChatParticipantDeleteArray) Retain(keep func(x UpdateChatParticipantDelete) bool) UpdateChatParticipantDeleteArray {
		tl_update_slices_gen.go#L2762: func (s UpdateChatParticipantDeleteArray) First() (v UpdateChatParticipantDelete, ok bool) {
		tl_update_slices_gen.go#L2770: func (s UpdateChatParticipantDeleteArray) Last() (v UpdateChatParticipantDelete, ok bool) {
		tl_update_slices_gen.go#L2778: func (s *UpdateChatParticipantDeleteArray) PopFirst() (v UpdateChatParticipantDelete, ok bool) {
		tl_update_slices_gen.go#L2788: 	var zero UpdateChatParticipantDelete
		tl_update_slices_gen.go#L2797: func (s *UpdateChatParticipantDeleteArray) Pop() (v UpdateChatParticipantDelete, ok bool) {