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

36 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L410: type ChatParticipantAdminHandler func(ctx context.Context, e Entities, update *UpdateChatParticipantAdmin) error
		tl_handlers_gen.go#L415: 		return handler(ctx, e, update.(*UpdateChatParticipantAdmin))
		tl_registry_gen.go#L3858: 		UpdateChatParticipantAdminTypeID:                         func() bin.Object { return &UpdateChatParticipantAdmin{} },
		tl_update_gen.go#L6333: type UpdateChatParticipantAdmin struct {
		tl_update_gen.go#L6348: func (u UpdateChatParticipantAdmin) construct() UpdateClass { return &u }
		tl_update_gen.go#L6352: 	_ bin.Encoder     = &UpdateChatParticipantAdmin{}
		tl_update_gen.go#L6353: 	_ bin.Decoder     = &UpdateChatParticipantAdmin{}
		tl_update_gen.go#L6354: 	_ bin.BareEncoder = &UpdateChatParticipantAdmin{}
		tl_update_gen.go#L6355: 	_ bin.BareDecoder = &UpdateChatParticipantAdmin{}
		tl_update_gen.go#L6357: 	_ UpdateClass = &UpdateChatParticipantAdmin{}
		tl_update_gen.go#L6360: func (u *UpdateChatParticipantAdmin) Zero() bool {
		tl_update_gen.go#L6381: func (u *UpdateChatParticipantAdmin) String() string {
		tl_update_gen.go#L6385: 	type Alias UpdateChatParticipantAdmin
		tl_update_gen.go#L6390: func (u *UpdateChatParticipantAdmin) FillFrom(from interface {
		tl_update_gen.go#L6405: func (*UpdateChatParticipantAdmin) TypeID() uint32 {
		tl_update_gen.go#L6410: func (*UpdateChatParticipantAdmin) TypeName() string {
		tl_update_gen.go#L6415: func (u *UpdateChatParticipantAdmin) TypeInfo() tdp.Type {
		tl_update_gen.go#L6446: func (u *UpdateChatParticipantAdmin) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L6455: func (u *UpdateChatParticipantAdmin) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L6467: func (u *UpdateChatParticipantAdmin) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L6478: func (u *UpdateChatParticipantAdmin) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L6514: func (u *UpdateChatParticipantAdmin) GetChatID() (value int64) {
		tl_update_gen.go#L6522: func (u *UpdateChatParticipantAdmin) GetUserID() (value int64) {
		tl_update_gen.go#L6530: func (u *UpdateChatParticipantAdmin) GetIsAdmin() (value bool) {
		tl_update_gen.go#L6538: func (u *UpdateChatParticipantAdmin) GetVersion() (value int) {
		tl_update_gen.go#L25161: 		v := UpdateChatParticipantAdmin{}
		tl_update_slices_gen.go#L512: 		value, ok := elem.(*UpdateChatParticipantAdmin)
		tl_update_slices_gen.go#L4069: type UpdateChatParticipantAdminArray []UpdateChatParticipantAdmin
		tl_update_slices_gen.go#L4072: func (s UpdateChatParticipantAdminArray) Sort(less func(a, b UpdateChatParticipantAdmin) bool) UpdateChatParticipantAdminArray {
		tl_update_slices_gen.go#L4080: func (s UpdateChatParticipantAdminArray) SortStable(less func(a, b UpdateChatParticipantAdmin) bool) UpdateChatParticipantAdminArray {
		tl_update_slices_gen.go#L4088: func (s UpdateChatParticipantAdminArray) Retain(keep func(x UpdateChatParticipantAdmin) bool) UpdateChatParticipantAdminArray {
		tl_update_slices_gen.go#L4102: func (s UpdateChatParticipantAdminArray) First() (v UpdateChatParticipantAdmin, ok bool) {
		tl_update_slices_gen.go#L4110: func (s UpdateChatParticipantAdminArray) Last() (v UpdateChatParticipantAdmin, ok bool) {
		tl_update_slices_gen.go#L4118: func (s *UpdateChatParticipantAdminArray) PopFirst() (v UpdateChatParticipantAdmin, ok bool) {
		tl_update_slices_gen.go#L4128: 	var zero UpdateChatParticipantAdmin
		tl_update_slices_gen.go#L4137: func (s *UpdateChatParticipantAdminArray) Pop() (v UpdateChatParticipantAdmin, ok bool) {