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

45 uses

	github.com/gotd/td/tg (current package)
		tl_attach_menu_bots_gen.go#L143: type AttachMenuBots struct {
		tl_attach_menu_bots_gen.go#L162: func (a AttachMenuBots) construct() AttachMenuBotsClass { return &a }
		tl_attach_menu_bots_gen.go#L166: 	_ bin.Encoder     = &AttachMenuBots{}
		tl_attach_menu_bots_gen.go#L167: 	_ bin.Decoder     = &AttachMenuBots{}
		tl_attach_menu_bots_gen.go#L168: 	_ bin.BareEncoder = &AttachMenuBots{}
		tl_attach_menu_bots_gen.go#L169: 	_ bin.BareDecoder = &AttachMenuBots{}
		tl_attach_menu_bots_gen.go#L171: 	_ AttachMenuBotsClass = &AttachMenuBots{}
		tl_attach_menu_bots_gen.go#L174: func (a *AttachMenuBots) Zero() bool {
		tl_attach_menu_bots_gen.go#L192: func (a *AttachMenuBots) String() string {
		tl_attach_menu_bots_gen.go#L196: 	type Alias AttachMenuBots
		tl_attach_menu_bots_gen.go#L201: func (a *AttachMenuBots) FillFrom(from interface {
		tl_attach_menu_bots_gen.go#L214: func (*AttachMenuBots) TypeID() uint32 {
		tl_attach_menu_bots_gen.go#L219: func (*AttachMenuBots) TypeName() string {
		tl_attach_menu_bots_gen.go#L224: func (a *AttachMenuBots) TypeInfo() tdp.Type {
		tl_attach_menu_bots_gen.go#L251: func (a *AttachMenuBots) Encode(b *bin.Buffer) error {
		tl_attach_menu_bots_gen.go#L260: func (a *AttachMenuBots) EncodeBare(b *bin.Buffer) error {
		tl_attach_menu_bots_gen.go#L284: func (a *AttachMenuBots) Decode(b *bin.Buffer) error {
		tl_attach_menu_bots_gen.go#L295: func (a *AttachMenuBots) DecodeBare(b *bin.Buffer) error {
		tl_attach_menu_bots_gen.go#L344: func (a *AttachMenuBots) GetHash() (value int64) {
		tl_attach_menu_bots_gen.go#L352: func (a *AttachMenuBots) GetBots() (value []AttachMenuBot) {
		tl_attach_menu_bots_gen.go#L360: func (a *AttachMenuBots) GetUsers() (value []UserClass) {
		tl_attach_menu_bots_gen.go#L368: func (a *AttachMenuBots) MapUsers() (value UserClassArray) {
		tl_attach_menu_bots_gen.go#L409: 	AsModified() (*AttachMenuBots, bool)
		tl_attach_menu_bots_gen.go#L413: func (a *AttachMenuBotsNotModified) AsModified() (*AttachMenuBots, bool) {
		tl_attach_menu_bots_gen.go#L418: func (a *AttachMenuBots) AsModified() (*AttachMenuBots, bool) {
		tl_attach_menu_bots_gen.go#L438: 		v := AttachMenuBots{}
		tl_attach_menu_bots_slices_gen.go#L122: 		value, ok := elem.(*AttachMenuBots)
		tl_attach_menu_bots_slices_gen.go#L134: func (s AttachMenuBotsClassArray) AppendOnlyModified(to []*AttachMenuBots) []*AttachMenuBots {
		tl_attach_menu_bots_slices_gen.go#L147: func (s AttachMenuBotsClassArray) AsModified() (to []*AttachMenuBots) {
		tl_attach_menu_bots_slices_gen.go#L152: func (s AttachMenuBotsClassArray) FirstAsModified() (v *AttachMenuBots, ok bool) {
		tl_attach_menu_bots_slices_gen.go#L161: func (s AttachMenuBotsClassArray) LastAsModified() (v *AttachMenuBots, ok bool) {
		tl_attach_menu_bots_slices_gen.go#L170: func (s *AttachMenuBotsClassArray) PopFirstAsModified() (v *AttachMenuBots, ok bool) {
		tl_attach_menu_bots_slices_gen.go#L179: func (s *AttachMenuBotsClassArray) PopAsModified() (v *AttachMenuBots, ok bool) {
		tl_attach_menu_bots_slices_gen.go#L188: type AttachMenuBotsArray []AttachMenuBots
		tl_attach_menu_bots_slices_gen.go#L191: func (s AttachMenuBotsArray) Sort(less func(a, b AttachMenuBots) bool) AttachMenuBotsArray {
		tl_attach_menu_bots_slices_gen.go#L199: func (s AttachMenuBotsArray) SortStable(less func(a, b AttachMenuBots) bool) AttachMenuBotsArray {
		tl_attach_menu_bots_slices_gen.go#L207: func (s AttachMenuBotsArray) Retain(keep func(x AttachMenuBots) bool) AttachMenuBotsArray {
		tl_attach_menu_bots_slices_gen.go#L221: func (s AttachMenuBotsArray) First() (v AttachMenuBots, ok bool) {
		tl_attach_menu_bots_slices_gen.go#L229: func (s AttachMenuBotsArray) Last() (v AttachMenuBots, ok bool) {
		tl_attach_menu_bots_slices_gen.go#L237: func (s *AttachMenuBotsArray) PopFirst() (v AttachMenuBots, ok bool) {
		tl_attach_menu_bots_slices_gen.go#L247: 	var zero AttachMenuBots
		tl_attach_menu_bots_slices_gen.go#L256: func (s *AttachMenuBotsArray) Pop() (v AttachMenuBots, ok bool) {
		tl_registry_gen.go#L4651: 		AttachMenuBotsTypeID:                                                    func() bin.Object { return &AttachMenuBots{} },