Type Alias ChatFilesSendChatFileRequestBody

ChatFilesSendChatFileRequestBody: {
    files: ReadStream[];
    reply_main_message_id?: string;
    to_channel?: string;
    to_contact?: string;
}