LLM Analyzing impoivements, well documentated

This commit is contained in:
ivan2282
2025-12-10 17:28:52 +03:00
parent ca8fd20796
commit ecdb34505c
34 changed files with 66 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
// hey
import 'package:gwid/models/profile.dart';
class Account {

View File

@@ -1,3 +1,4 @@
// hey
enum AttachTypes { call, control, inlineKeyboard, share }

View File

@@ -1,3 +1,5 @@
// hey
class Channel {
final int id;
final String name;

View File

@@ -1,3 +1,5 @@
// hey
import 'package:gwid/models/message.dart';
class Chat {

View File

@@ -1,3 +1,5 @@
// hey
class ChatFolder {
final String id;
final String title;

View File

@@ -1,3 +1,5 @@
// hey
class ComplaintType {
final int typeId;
final List<ComplaintReason> reasons;

View File

@@ -1,3 +1,5 @@
// hey
class Contact {
final int id;
final String name;

View File

@@ -1,3 +1,5 @@
// hey
class Message {
final String id;
final String text;

View File

@@ -1,3 +1,5 @@
// hey
class Profile {
final int id;
final String phone;