LLM Analyzing impoivements, well documentated
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
import 'package:gwid/models/profile.dart';
|
||||
|
||||
class Account {
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// hey
|
||||
|
||||
enum AttachTypes { call, control, inlineKeyboard, share }
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
class Channel {
|
||||
final int id;
|
||||
final String name;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
import 'package:gwid/models/message.dart';
|
||||
|
||||
class Chat {
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
class ChatFolder {
|
||||
final String id;
|
||||
final String title;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
class ComplaintType {
|
||||
final int typeId;
|
||||
final List<ComplaintReason> reasons;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
class Contact {
|
||||
final int id;
|
||||
final String name;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
class Message {
|
||||
final String id;
|
||||
final String text;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// hey
|
||||
|
||||
class Profile {
|
||||
final int id;
|
||||
final String phone;
|
||||
|
||||
Reference in New Issue
Block a user