defaultData property
Map
get
defaultData
return default data
Implementation
static Map get defaultData {
return {
"@type": "inputMessageVideo",
"@return_type": "inputMessageContent",
"video": {"@type": "inputFile"},
"thumbnail": {"@type": "inputThumbnail"},
"cover": {"@type": "inputFile"},
"start_timestamp": 0,
"added_sticker_file_ids": [0],
"duration": 0,
"width": 0,
"height": 0,
"supports_streaming": false,
"caption": {"@type": "formattedText"},
"show_caption_above_media": false,
"self_destruct_type": {"@type": "messageSelfDestructType"},
"has_spoiler": false
};
}