Added Last Dialog to Chat struct

This commit is contained in:
Opheugene 2024-11-06 19:32:35 +01:00
parent bc9702741e
commit d5aa1a0794

View File

@ -353,6 +353,7 @@ type (
LastMessage Message `json:"last_message"`
LastUserMessage MessageID `json:"last_user_message"`
LastActivity string `json:"last_activity"`
LastDialog Dialog `json:"last_dialog"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
}