Type Alias ReportsGetChatMessagesReportsQueryParams
ReportsGetChatMessagesReportsQueryParams: {
from: string;
include_bot_message?: boolean;
include_fields?:
| "edited_messages"
| "deleted_messages"
| "edited_messages,deleted_messages";
next_page_token?: string;
page_size?: number;
to: string;
}