Moving from long polling to webhook-based updates
This commit is contained in:
@@ -32,7 +32,7 @@ func (b *Broadcaster) AdminBroadcastMessageSend(update *tgbotapi.Update, playerR
|
||||
return "fail"
|
||||
}
|
||||
|
||||
prettyName := profileRaw.Nickname + "(@" + profileRaw.TelegramNickname + ")"
|
||||
prettyName := profileRaw.Nickname + " (@" + profileRaw.TelegramNickname + ")"
|
||||
|
||||
privateChats := []dbmapping.Chat{}
|
||||
switch messageRaw.BroadcastType {
|
||||
|
Reference in New Issue
Block a user