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

44 uses

	github.com/gotd/td/tg (current package)
		tl_attach_menu_bot_gen.go#L43: type AttachMenuBot struct {
		tl_attach_menu_bot_gen.go#L92: 	_ bin.Encoder     = &AttachMenuBot{}
		tl_attach_menu_bot_gen.go#L93: 	_ bin.Decoder     = &AttachMenuBot{}
		tl_attach_menu_bot_gen.go#L94: 	_ bin.BareEncoder = &AttachMenuBot{}
		tl_attach_menu_bot_gen.go#L95: 	_ bin.BareDecoder = &AttachMenuBot{}
		tl_attach_menu_bot_gen.go#L98: func (a *AttachMenuBot) Zero() bool {
		tl_attach_menu_bot_gen.go#L140: func (a *AttachMenuBot) String() string {
		tl_attach_menu_bot_gen.go#L144: 	type Alias AttachMenuBot
		tl_attach_menu_bot_gen.go#L149: func (a *AttachMenuBot) FillFrom(from interface {
		tl_attach_menu_bot_gen.go#L179: func (*AttachMenuBot) TypeID() uint32 {
		tl_attach_menu_bot_gen.go#L184: func (*AttachMenuBot) TypeName() string {
		tl_attach_menu_bot_gen.go#L189: func (a *AttachMenuBot) TypeInfo() tdp.Type {
		tl_attach_menu_bot_gen.go#L251: func (a *AttachMenuBot) SetFlags() {
		tl_attach_menu_bot_gen.go#L276: func (a *AttachMenuBot) Encode(b *bin.Buffer) error {
		tl_attach_menu_bot_gen.go#L285: func (a *AttachMenuBot) EncodeBare(b *bin.Buffer) error {
		tl_attach_menu_bot_gen.go#L316: func (a *AttachMenuBot) Decode(b *bin.Buffer) error {
		tl_attach_menu_bot_gen.go#L327: func (a *AttachMenuBot) DecodeBare(b *bin.Buffer) error {
		tl_attach_menu_bot_gen.go#L394: func (a *AttachMenuBot) SetInactive(value bool) {
		tl_attach_menu_bot_gen.go#L405: func (a *AttachMenuBot) GetInactive() (value bool) {
		tl_attach_menu_bot_gen.go#L413: func (a *AttachMenuBot) SetHasSettings(value bool) {
		tl_attach_menu_bot_gen.go#L424: func (a *AttachMenuBot) GetHasSettings() (value bool) {
		tl_attach_menu_bot_gen.go#L432: func (a *AttachMenuBot) SetRequestWriteAccess(value bool) {
		tl_attach_menu_bot_gen.go#L443: func (a *AttachMenuBot) GetRequestWriteAccess() (value bool) {
		tl_attach_menu_bot_gen.go#L451: func (a *AttachMenuBot) SetShowInAttachMenu(value bool) {
		tl_attach_menu_bot_gen.go#L462: func (a *AttachMenuBot) GetShowInAttachMenu() (value bool) {
		tl_attach_menu_bot_gen.go#L470: func (a *AttachMenuBot) SetShowInSideMenu(value bool) {
		tl_attach_menu_bot_gen.go#L481: func (a *AttachMenuBot) GetShowInSideMenu() (value bool) {
		tl_attach_menu_bot_gen.go#L489: func (a *AttachMenuBot) SetSideMenuDisclaimerNeeded(value bool) {
		tl_attach_menu_bot_gen.go#L500: func (a *AttachMenuBot) GetSideMenuDisclaimerNeeded() (value bool) {
		tl_attach_menu_bot_gen.go#L508: func (a *AttachMenuBot) GetBotID() (value int64) {
		tl_attach_menu_bot_gen.go#L516: func (a *AttachMenuBot) GetShortName() (value string) {
		tl_attach_menu_bot_gen.go#L524: func (a *AttachMenuBot) SetPeerTypes(value []AttachMenuPeerTypeClass) {
		tl_attach_menu_bot_gen.go#L531: func (a *AttachMenuBot) GetPeerTypes() (value []AttachMenuPeerTypeClass, ok bool) {
		tl_attach_menu_bot_gen.go#L542: func (a *AttachMenuBot) GetIcons() (value []AttachMenuBotIcon) {
		tl_attach_menu_bot_gen.go#L550: func (a *AttachMenuBot) MapPeerTypes() (value AttachMenuPeerTypeClassArray, ok bool) {
		tl_attach_menu_bots_bot_gen.go#L46: 	Bot AttachMenuBot
		tl_attach_menu_bots_bot_gen.go#L87: 	GetBot() (value AttachMenuBot)
		tl_attach_menu_bots_bot_gen.go#L200: func (a *AttachMenuBotsBot) GetBot() (value AttachMenuBot) {
		tl_attach_menu_bots_gen.go#L153: 	Bots []AttachMenuBot
		tl_attach_menu_bots_gen.go#L203: 	GetBots() (value []AttachMenuBot)
		tl_attach_menu_bots_gen.go#L313: 			a.Bots = make([]AttachMenuBot, 0, headerLen%bin.PreallocateLimit)
		tl_attach_menu_bots_gen.go#L316: 			var value AttachMenuBot
		tl_attach_menu_bots_gen.go#L352: func (a *AttachMenuBots) GetBots() (value []AttachMenuBot) {
		tl_registry_gen.go#L4649: 		AttachMenuBotTypeID:                                                     func() bin.Object { return &AttachMenuBot{} },