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

31 uses

	github.com/gotd/td/tg (current package)
		tl_bot_command_scope_gen.go#L597: type BotCommandScopePeerAdmins struct {
		tl_bot_command_scope_gen.go#L606: func (b BotCommandScopePeerAdmins) construct() BotCommandScopeClass { return &b }
		tl_bot_command_scope_gen.go#L610: 	_ bin.Encoder     = &BotCommandScopePeerAdmins{}
		tl_bot_command_scope_gen.go#L611: 	_ bin.Decoder     = &BotCommandScopePeerAdmins{}
		tl_bot_command_scope_gen.go#L612: 	_ bin.BareEncoder = &BotCommandScopePeerAdmins{}
		tl_bot_command_scope_gen.go#L613: 	_ bin.BareDecoder = &BotCommandScopePeerAdmins{}
		tl_bot_command_scope_gen.go#L615: 	_ BotCommandScopeClass = &BotCommandScopePeerAdmins{}
		tl_bot_command_scope_gen.go#L618: func (b *BotCommandScopePeerAdmins) Zero() bool {
		tl_bot_command_scope_gen.go#L630: func (b *BotCommandScopePeerAdmins) String() string {
		tl_bot_command_scope_gen.go#L634: 	type Alias BotCommandScopePeerAdmins
		tl_bot_command_scope_gen.go#L639: func (b *BotCommandScopePeerAdmins) FillFrom(from interface {
		tl_bot_command_scope_gen.go#L648: func (*BotCommandScopePeerAdmins) TypeID() uint32 {
		tl_bot_command_scope_gen.go#L653: func (*BotCommandScopePeerAdmins) TypeName() string {
		tl_bot_command_scope_gen.go#L658: func (b *BotCommandScopePeerAdmins) TypeInfo() tdp.Type {
		tl_bot_command_scope_gen.go#L677: func (b *BotCommandScopePeerAdmins) Encode(buf *bin.Buffer) error {
		tl_bot_command_scope_gen.go#L686: func (b *BotCommandScopePeerAdmins) EncodeBare(buf *bin.Buffer) error {
		tl_bot_command_scope_gen.go#L700: func (b *BotCommandScopePeerAdmins) Decode(buf *bin.Buffer) error {
		tl_bot_command_scope_gen.go#L711: func (b *BotCommandScopePeerAdmins) DecodeBare(buf *bin.Buffer) error {
		tl_bot_command_scope_gen.go#L726: func (b *BotCommandScopePeerAdmins) GetPeer() (value InputPeerClass) {
		tl_bot_command_scope_gen.go#L995: 		v := BotCommandScopePeerAdmins{}
		tl_bot_command_scope_slices_gen.go#L135: 		value, ok := elem.(*BotCommandScopePeerAdmins)
		tl_bot_command_scope_slices_gen.go#L241: type BotCommandScopePeerAdminsArray []BotCommandScopePeerAdmins
		tl_bot_command_scope_slices_gen.go#L244: func (s BotCommandScopePeerAdminsArray) Sort(less func(a, b BotCommandScopePeerAdmins) bool) BotCommandScopePeerAdminsArray {
		tl_bot_command_scope_slices_gen.go#L252: func (s BotCommandScopePeerAdminsArray) SortStable(less func(a, b BotCommandScopePeerAdmins) bool) BotCommandScopePeerAdminsArray {
		tl_bot_command_scope_slices_gen.go#L260: func (s BotCommandScopePeerAdminsArray) Retain(keep func(x BotCommandScopePeerAdmins) bool) BotCommandScopePeerAdminsArray {
		tl_bot_command_scope_slices_gen.go#L274: func (s BotCommandScopePeerAdminsArray) First() (v BotCommandScopePeerAdmins, ok bool) {
		tl_bot_command_scope_slices_gen.go#L282: func (s BotCommandScopePeerAdminsArray) Last() (v BotCommandScopePeerAdmins, ok bool) {
		tl_bot_command_scope_slices_gen.go#L290: func (s *BotCommandScopePeerAdminsArray) PopFirst() (v BotCommandScopePeerAdmins, ok bool) {
		tl_bot_command_scope_slices_gen.go#L300: 	var zero BotCommandScopePeerAdmins
		tl_bot_command_scope_slices_gen.go#L309: func (s *BotCommandScopePeerAdminsArray) Pop() (v BotCommandScopePeerAdmins, ok bool) {
		tl_registry_gen.go#L4621: 		BotCommandScopePeerAdminsTypeID:                                         func() bin.Object { return &BotCommandScopePeerAdmins{} },