get_user_chat_boosts¶
-
template<class Agent>
api_result<user_chat_boosts_t, Agent&&> get_user_chat_boosts(Agent &&agent, get_user_chat_boosts_args_t args)¶
-
template<class Agent, class F>
void get_user_chat_boosts(Agent &&agent, get_user_chat_boosts_args_t args, F &&callback)¶ agent
is any object satisfying agent concept.callback
is any callable object acceptingexpected<user_chat_boosts_t>
.Use this method to get the list of boosts added to a chat by a user. Requires administrator rights in the chat. Returns a UserChatBoosts object.