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

23 uses

	github.com/gotd/td/tg (current package)
		tl_attach_menu_bots_bot_gen.go#L41: type AttachMenuBotsBot struct {
		tl_attach_menu_bots_bot_gen.go#L56: 	_ bin.Encoder     = &AttachMenuBotsBot{}
		tl_attach_menu_bots_bot_gen.go#L57: 	_ bin.Decoder     = &AttachMenuBotsBot{}
		tl_attach_menu_bots_bot_gen.go#L58: 	_ bin.BareEncoder = &AttachMenuBotsBot{}
		tl_attach_menu_bots_bot_gen.go#L59: 	_ bin.BareDecoder = &AttachMenuBotsBot{}
		tl_attach_menu_bots_bot_gen.go#L62: func (a *AttachMenuBotsBot) Zero() bool {
		tl_attach_menu_bots_bot_gen.go#L77: func (a *AttachMenuBotsBot) String() string {
		tl_attach_menu_bots_bot_gen.go#L81: 	type Alias AttachMenuBotsBot
		tl_attach_menu_bots_bot_gen.go#L86: func (a *AttachMenuBotsBot) FillFrom(from interface {
		tl_attach_menu_bots_bot_gen.go#L97: func (*AttachMenuBotsBot) TypeID() uint32 {
		tl_attach_menu_bots_bot_gen.go#L102: func (*AttachMenuBotsBot) TypeName() string {
		tl_attach_menu_bots_bot_gen.go#L107: func (a *AttachMenuBotsBot) TypeInfo() tdp.Type {
		tl_attach_menu_bots_bot_gen.go#L130: func (a *AttachMenuBotsBot) Encode(b *bin.Buffer) error {
		tl_attach_menu_bots_bot_gen.go#L139: func (a *AttachMenuBotsBot) EncodeBare(b *bin.Buffer) error {
		tl_attach_menu_bots_bot_gen.go#L159: func (a *AttachMenuBotsBot) Decode(b *bin.Buffer) error {
		tl_attach_menu_bots_bot_gen.go#L170: func (a *AttachMenuBotsBot) DecodeBare(b *bin.Buffer) error {
		tl_attach_menu_bots_bot_gen.go#L200: func (a *AttachMenuBotsBot) GetBot() (value AttachMenuBot) {
		tl_attach_menu_bots_bot_gen.go#L208: func (a *AttachMenuBotsBot) GetUsers() (value []UserClass) {
		tl_attach_menu_bots_bot_gen.go#L216: func (a *AttachMenuBotsBot) MapUsers() (value UserClassArray) {
		tl_messages_get_attach_menu_bot_gen.go#L185: func (c *Client) MessagesGetAttachMenuBot(ctx context.Context, bot InputUserClass) (*AttachMenuBotsBot, error) {
		tl_messages_get_attach_menu_bot_gen.go#L186: 	var result AttachMenuBotsBot
		tl_registry_gen.go#L4652: 		AttachMenuBotsBotTypeID:                                                 func() bin.Object { return &AttachMenuBotsBot{} },
		tl_server_gen.go#L5561: func (s *ServerDispatcher) OnMessagesGetAttachMenuBot(f func(ctx context.Context, bot InputUserClass) (*AttachMenuBotsBot, error)) {