Inherits Object.
Describes a found affiliate program.
Public Fields | |
int53 | bot_user_id_ |
User identifier of the bot created the program. | |
object_ptr< affiliateProgramInfo > | info_ |
Information about the affiliate program. | |
Public Instance Methods | |
foundAffiliateProgram () | |
foundAffiliateProgram (int53 bot_user_id_, object_ptr< affiliateProgramInfo > &&info_) | |
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 = -966565242 |
Identifier uniquely determining a type of the object. | |
Describes a found affiliate program.
foundAffiliateProgram | ( | int53 | bot_user_id_, |
object_ptr< affiliateProgramInfo > && | info_ | ||
) |
Describes a found affiliate program.
[in] | bot_user_id_ | User identifier of the bot created the program. |
[in] | info_ | Information about the affiliate program. |
|
finalvirtual |