Inherits InputStoryAreaType.
An area pointing to a venue already added to the story.
Public Fields | |
string | venue_provider_ |
Provider of the venue. | |
string | venue_id_ |
Identifier of the venue in the provider database. | |
Public Instance Methods | |
inputStoryAreaTypePreviousVenue () | |
inputStoryAreaTypePreviousVenue (string const &venue_provider_, string const &venue_id_) | |
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 = 1846693388 |
Identifier uniquely determining a type of the object. | |
An area pointing to a venue already added to the story.
inputStoryAreaTypePreviousVenue | ( | string const & | venue_provider_, |
string const & | venue_id_ | ||
) |
An area pointing to a venue already added to the story.
[in] | venue_provider_ | Provider of the venue. |
[in] | venue_id_ | Identifier of the venue in the provider database. |
|
finalvirtual |