update_lite property

Future<Map?> update_lite

Implementation

Future<Map?> get update_lite async {
  return await updateRaw(
    is_lite: true,
    updataOptionTelegramClient: UpdataOptionTelegramClient(
      updataMessageTelegramClient: UpdataMessageTelegramClient(
          // is_use_cache: true,
          ),
    ),
  );
}