AttachmentMenuBot constructor
AttachmentMenuBot({
- String? extra,
- int? client_id,
- int53? bot_user_id,
- Bool? supports_self_chat,
- Bool? supports_user_chats,
- Bool? supports_bot_chats,
- Bool? supports_group_chats,
- Bool? supports_channel_chats,
- Bool? supports_settings,
- Bool? request_write_access,
- string? name,
- AttachmentMenuBotColor? name_color,
- File? default_icon,
- File? ios_static_icon,
- File? ios_animated_icon,
- File? android_icon,
- File? macos_icon,
- AttachmentMenuBotColor? icon_color,
- File? web_app_placeholder,
Implementation
AttachmentMenuBot({
super.extra,
super.client_id,
this.bot_user_id,
this.supports_self_chat,
this.supports_user_chats,
this.supports_bot_chats,
this.supports_group_chats,
this.supports_channel_chats,
this.supports_settings,
this.request_write_access,
this.name,
this.name_color,
this.default_icon,
this.ios_static_icon,
this.ios_animated_icon,
this.android_icon,
this.macos_icon,
this.icon_color,
this.web_app_placeholder,
});