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