Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

Commit

Permalink
Dump MessageEntityUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
expectocode committed Jun 2, 2018
1 parent eec74b3 commit 2c88a23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions telegram_export/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
types.MessageEntityBold: 'bold',
types.MessageEntityItalic: 'italic',
types.MessageEntityTextUrl: 'texturl',
types.MessageEntityUrl: 'url',
types.MessageEntityMentionName: 'mentionname'
}

Expand Down

0 comments on commit 2c88a23

Please sign in to comment.