Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get/set bot short_description #59

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

ozlb
Copy link

@ozlb ozlb commented Dec 31, 2023

bot's short description, which is shown on the bot's profile page and is sent together with the link when users share the bot

bot's short description, which is shown on the bot's profile page and is sent together with the link when users share the bot
bot's short description, which is shown on the bot's profile page and is sent together with the link when users share the bot
bot's short description, which is shown on the bot's profile page and is sent together with the link when users share the bot
@@ -1199,6 +1199,31 @@ telebot_error_e telebot_core_delete_message(telebot_core_handler_t *core_h,
*/
void telebot_core_put_response(telebot_core_response_t *response);

////////////////////////////////////////////////////////////////////////////////////////
//ozlb
////////////////////////////////////////////////////////////////////////////////////////
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove custom comments

#include <telebot-core.h>
#include "telebot-private.h"
#include "telebot-common.h"
#include "telebot-core.h"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do NOT change this, to keep consistency.

}

telebot_error_e telebot_get_my_short_description(telebot_handler_t handle, char **short_description)
{
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this code should be in parser.

Please remove custom comments

smartnode#59 (comment)
smartnode#59 (comment)

Do NOT change this, to keep consistency.
Please remove custom comments
@ozlb
Copy link
Author

ozlb commented Feb 1, 2024

Update as requested

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants