saveMessagesPhoto<T> method

Future<ApiResponse<T>> saveMessagesPhoto<T>(
  1. Map<String, Object> params
)

Saves a photo after being successfully uploaded. URL obtained with Photos.getMessagesUploadServer method.

Implementation

Future<ApiResponse<T>> saveMessagesPhoto<T>(Map<String, Object> params) =>
    _api.request<T>('photos.saveMessagesPhoto', params);