Skip to content

Commit

Permalink
Исправлен формат message_ids
Browse files Browse the repository at this point in the history
  • Loading branch information
asvbkr committed Sep 2, 2019
1 parent 10fd88f commit 0e283e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/messages_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ def get_messages_with_http_info(self, **kwargs): # noqa: E501
query_params.append(('chat_id', local_var_params['chat_id'])) # noqa: E501
if 'message_ids' in local_var_params:
query_params.append(('message_ids', local_var_params['message_ids'])) # noqa: E501
collection_formats['message_ids'] = 'multi' # noqa: E501
collection_formats['message_ids'] = 'csv' # noqa: E501
if '_from' in local_var_params:
query_params.append(('from', local_var_params['_from'])) # noqa: E501
if 'to' in local_var_params:
Expand Down

0 comments on commit 0e283e8

Please sign in to comment.