Change variable type for list of chats (#101)
This commit is contained in:
@@ -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
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user