refactor
This commit is contained in:
@@ -31,6 +31,7 @@ type AddProject struct {
|
||||
func (s *AddProject) Enter(b *bot.Bot, mode bot.RenderMode) {
|
||||
buttons := [][]echotron.InlineKeyboardButton{
|
||||
Row(Button("← Назад", "back")),
|
||||
Row(URLButton("Добавить", "tg://resolve?domain=chat_cruiser_bot&startchannel&admin=invite_users+post_messages+edit_messages+delete_messages")),
|
||||
}
|
||||
|
||||
keyboard := Keyboard(buttons...)
|
||||
|
||||
Reference in New Issue
Block a user