Esempio n. 1
0
 UnReadChatAsync(IUnreadChatRequest unreadChat, IResponseSettings?responseSettings = null) =>
 _connect.PostAsync <UnreadChatResponse, IUnreadChatResponse>(Resources.UnReadChat, unreadChat.Serialize(), responseSettings);
Esempio n. 2
0
 /// <inheritdoc />
 public IChatApiResponse <IUnreadChatResponse?> UnreadChat(IUnreadChatRequest unreadChat, IResponseSettings?responseSettings = null) =>
 _connect.Post <UnreadChatResponse>(Resources.UnReadChat, unreadChat.Serialize(), responseSettings);