update_attachment_menu_bots property
UpdateAttachmentMenuBots
get
update_attachment_menu_bots
Generate By AZKADEV | Azka Axelion Gibran Script Dont edit by hand or anything manual
Implementation
UpdateAttachmentMenuBots get update_attachment_menu_bots {
try {
if (rawData["update_attachment_menu_bots"] is Map == false) {
return UpdateAttachmentMenuBots({});
}
return UpdateAttachmentMenuBots(rawData["update_attachment_menu_bots"] as Map);
} catch (e) {
return UpdateAttachmentMenuBots({});
}
}
set
update_attachment_menu_bots
()
Generate By AZKADEV | Azka Axelion Gibran Script Dont edit by hand or anything manual
Implementation
set update_attachment_menu_bots(UpdateAttachmentMenuBots value) {
rawData["update_attachment_menu_bots"] = value.toJson();
}