Inherits Function.
Returns a URL for chat revenue withdrawal; requires owner privileges in the channel chat or the bot. Currently, this method can be used only if getOption("can_withdraw_chat_revenue") for channels with supergroupFullInfo.can_get_revenue_statistics == true or bots with userFullInfo.bot_info.can_get_revenue_statistics == true.
Returns object_ptr<HttpUrl>.
Public Fields | |
int53 | chat_id_ |
Chat identifier. | |
string | password_ |
The 2-step verification password of the current user. | |
Public Types | |
using | ReturnType = object_ptr< httpUrl > |
Typedef for the type returned by the function. | |
Public Instance Methods | |
getChatRevenueWithdrawalUrl () | |
getChatRevenueWithdrawalUrl (int53 chat_id_, string const &password_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = 506595104 |
Identifier uniquely determining a type of the object. | |
Default constructor for a function, which returns a URL for chat revenue withdrawal; requires owner privileges in the channel chat or the bot. Currently, this method can be used only if getOption("can_withdraw_chat_revenue") for channels with supergroupFullInfo.can_get_revenue_statistics == true or bots with userFullInfo.bot_info.can_get_revenue_statistics == true.
Returns object_ptr<HttpUrl>.
getChatRevenueWithdrawalUrl | ( | int53 | chat_id_, |
string const & | password_ | ||
) |
Creates a function, which returns a URL for chat revenue withdrawal; requires owner privileges in the channel chat or the bot. Currently, this method can be used only if getOption("can_withdraw_chat_revenue") for channels with supergroupFullInfo.can_get_revenue_statistics == true or bots with userFullInfo.bot_info.can_get_revenue_statistics == true.
Returns object_ptr<HttpUrl>.
[in] | chat_id_ | Chat identifier. |
[in] | password_ | The 2-step verification password of the current user. |
|
finalvirtual |