File tree 2 files changed +3
-0
lines changed 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ The following wonderful people contributed directly or indirectly to this projec
28
28
- `Avanatiker <https://github.com/Avanatiker >`_
29
29
- `Balduro <https://github.com/Balduro >`_
30
30
- `Bibo-Joshi <https://github.com/Bibo-Joshi >`_
31
+ - `Biruk Alamirew <https://github.com/BAcode-X >`_
31
32
- `bimmlerd <https://github.com/bimmlerd >`_
32
33
- `cyc8 <https://github.com/cyc8 >`_
33
34
- `d-qoi <https://github.com/d-qoi >`_
Original file line number Diff line number Diff line change @@ -654,6 +654,8 @@ class MessageLimit(IntEnum):
654
654
""":obj:`int`: Maximum number of characters for a text message."""
655
655
CAPTION_LENGTH = 1024
656
656
""":obj:`int`: Maximum number of characters for a message caption."""
657
+ DEEP_LINK_LENGTH = 64
658
+ """:obj:`int`: Maximum number of characters for a deep link."""
657
659
# constants above this line are tested
658
660
MESSAGE_ENTITIES = 100
659
661
""":obj:`int`: Maximum number of entities that can be displayed in a message. Further entities
You can’t perform that action at this time.
0 commit comments