BlockAlignment

class pyrogram.enums.BlockAlignment[source]

Horizontal alignment of a RichBlockButtons block.

LEFT = 'left'

The buttons are aligned to the left

CENTER = 'center'

The buttons are centered

RIGHT = 'right'

The buttons are aligned to the right