public Chat (
int64 id_,
ChatType type_,
string title,
ChatPhotoInfo? photo,
int32 accent_color_id,
int64 background_custom_emoji_id,
int32 profile_accent_color_id,
int64 profile_background_custom_emoji_id,
ChatPermissions permissions,
Message? last_message,
ArrayList<
ChatPosition?> positions,
ArrayList<
ChatList?> chat_lists,
MessageSender? message_sender_id,
BlockList? block_list,
bool has_protected_content,
bool is_translatable,
bool is_marked_as_unread,
bool view_as_topics,
bool has_scheduled_messages,
bool can_be_deleted_only_for_self,
bool can_be_deleted_for_all_users,
bool can_be_reported,
bool default_disable_notification,
int32 unread_count,
int64 last_read_inbox_message_id,
int64 last_read_outbox_message_id,
int32 unread_mention_count,
int32 unread_reaction_count,
ChatNotificationSettings notification_settings,
ChatAvailableReactions available_reactions,
int32 message_auto_delete_time,
EmojiStatus? emoji_status,
ChatBackground? background,
string theme_name,
ChatActionBar? action_bar,
BusinessBotManageBar? business_bot_manage_bar,
VideoChat video_chat,
ChatJoinRequestsInfo? pending_join_requests,
int64 reply_markup_message_id,
DraftMessage? draft_message,
string client_data)