With possibility sending flood-messages with scope it would be very helpfull, if scope could be set with send-command.
Actually the programmatic way has to be ...
await set_flood_scope(scope)
await send_chan_msg(chan, msg, timestamp=None)
... and it would like to have ...
await send_chan_msg(chan, msg, timestamp=None, scope=None)
With possibility sending flood-messages with scope it would be very helpfull, if scope could be set with send-command.
Actually the programmatic way has to be ...
await set_flood_scope(scope)
await send_chan_msg(chan, msg, timestamp=None)
... and it would like to have ...
await send_chan_msg(chan, msg, timestamp=None, scope=None)