Add UseFirstName option (telegram). Closes #144

This commit is contained in:
Wim
2017-05-15 23:23:10 +02:00
parent 27c0f37e49
commit 2888fd64b0
3 changed files with 13 additions and 1 deletions

View File

@@ -451,6 +451,12 @@ Token="Yourtokenhere"
#See https://core.telegram.org/bots/api#html-style
MessageFormat=""
#If enabled use the "First Name" as username. If this is empty use the Username
#If disabled use the "Username" as username. If this is empty use the First Name
#If all names are empty, username will be "unknown"
#OPTIONAL (default false)
UseFirstName=false
#Disable sending of edits to other bridges
#OPTIONAL (default false)
EditDisable=false