示例#1
0
 /// <inheritdoc />
 public Task <IChatApiResponse <IDialogCollectionResponse?> > GetDialogsAsync(IDialogCollectionRequest dialogCollectionRequest,
                                                                              IResponseSettings?responseSettings = null) =>
 _connect.GetAsync <DialogCollectionResponse, IDialogCollectionResponse>(Resources.GetDialogs, responseSettings,
                                                                         dialogCollectionRequest.Parameters);
示例#2
0
 /// <inheritdoc />
 public IChatApiResponse <IDialogCollectionResponse?> GetDialogs(IDialogCollectionRequest dialogCollectionRequest,
                                                                 IResponseSettings?responseSettings = null) =>
 _connect.Get <DialogCollectionResponse>(Resources.GetDialogs, responseSettings, dialogCollectionRequest.Parameters);