defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "chat",
    "@return_type": "chat",
    "id": 0,
    "type": {"@type": "chatType"},
    "title": "",
    "photo": {"@type": "chatPhotoInfo"},
    "accent_color_id": 0,
    "background_custom_emoji_id": 0,
    "profile_accent_color_id": 0,
    "profile_background_custom_emoji_id": 0,
    "permissions": {"@type": "chatPermissions"},
    "last_message": {"@type": "message"},
    "positions": [
      {"@type": "chatPosition"}
    ],
    "chat_lists": [
      {"@type": "chatList"}
    ],
    "message_sender_id": {"@type": "messageSender"},
    "block_list": {"@type": "blockList"},
    "has_protected_content": false,
    "is_translatable": false,
    "is_marked_as_unread": false,
    "view_as_topics": false,
    "has_scheduled_messages": false,
    "can_be_deleted_only_for_self": false,
    "can_be_deleted_for_all_users": false,
    "can_be_reported": false,
    "default_disable_notification": false,
    "unread_count": 0,
    "last_read_inbox_message_id": 0,
    "last_read_outbox_message_id": 0,
    "unread_mention_count": 0,
    "unread_reaction_count": 0,
    "notification_settings": {"@type": "chatNotificationSettings"},
    "available_reactions": {"@type": "chatAvailableReactions"},
    "message_auto_delete_time": 0,
    "emoji_status": {"@type": "emojiStatus"},
    "background": {"@type": "chatBackground"},
    "theme_name": "",
    "action_bar": {"@type": "chatActionBar"},
    "business_bot_manage_bar": {"@type": "businessBotManageBar"},
    "video_chat": {"@type": "videoChat"},
    "pending_join_requests": {"@type": "chatJoinRequestsInfo"},
    "reply_markup_message_id": 0,
    "draft_message": {"@type": "draftMessage"},
    "client_data": ""
  };
}