AttachmentMenuBot constructor

AttachmentMenuBot({
  1. String? extra,
  2. int? client_id,
  3. int53? bot_user_id,
  4. Bool? supports_self_chat,
  5. Bool? supports_user_chats,
  6. Bool? supports_bot_chats,
  7. Bool? supports_group_chats,
  8. Bool? supports_channel_chats,
  9. Bool? supports_settings,
  10. Bool? request_write_access,
  11. string? name,
  12. AttachmentMenuBotColor? name_color,
  13. File? default_icon,
  14. File? ios_static_icon,
  15. File? ios_animated_icon,
  16. File? android_icon,
  17. File? macos_icon,
  18. AttachmentMenuBotColor? icon_color,
  19. 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,
});