Example #1
0
        public void SendMessage(TelegramBotClient botClient)
        {
            InlineButton inlineButton = new InlineButton();

            String Text = "๐Ÿ””ะ’ั‹ะฑะตั€ะตั‚ะต ั‡ะฐั‚๐Ÿ””";

            botClient.EditMessage(user.ID, user.MessageID, Text, "", user,
                                  inlineButton.PublishNotificationAllOrOneChat());
        }