Change variable type for list of chats (#101)

This commit is contained in:
Pireirik
2024-09-08 18:39:20 +02:00
committed by GitHub
parent 090b2afb63
commit ccd3610c76
2 changed files with 4 additions and 4 deletions

View File

@@ -38,8 +38,8 @@ func TestListChats(t *testing.T) {
"chat_status": "Opened",
"chat_type": "Seller_Support"
},
"first_unread_message_id": "3000000000118021931",
"last_message_id": "30000000001280042740",
"first_unread_message_id": 3000000000118021931,
"last_message_id": 3000000000128004274,
"unread_count": 1
}
],