Add UseFullName option (telegram) (#1777)

This commit is contained in:
Alexander
2022-03-25 23:42:28 +03:00
committed by GitHub
parent e6adecfd81
commit cc36ebf1c9
2 changed files with 18 additions and 0 deletions

View File

@@ -1036,6 +1036,12 @@ DisableWebPagePreview=false
#OPTIONAL (default false)
UseFirstName=false
#If enabled use the "Full 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 and Last Name as Full Name
#If all names are empty, username will be "unknown"
#OPTIONAL (default false)
UseFullName=false
#WARNING! If enabled this will relay GIF/stickers/documents and other attachments as URLs
#Those URLs will contain your bot-token. This may not be what you want.
#For now there is no secure way to relay GIF/stickers/documents without seeing your token.