List of all members | Public Fields | Public Instance Methods | Static Public Attributes
internalLinkTypeDirectMessagesChat Class Referencefinal

Inherits InternalLinkType.

Description

The link is a link to a channel direct messages chat by username of the channel. Call searchPublicChat with the given chat username to process the link. If the chat is found and is channel, open the direct messages chat of the channel.

Public Fields

string channel_username_
 Username of the channel.
 

Public Instance Methods

 internalLinkTypeDirectMessagesChat ()
 
 internalLinkTypeDirectMessagesChat (string const &channel_username_)
 
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
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Static Public Attributes

static const std::int32_t ID = 1795016752
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ internalLinkTypeDirectMessagesChat() [1/2]

The link is a link to a channel direct messages chat by username of the channel. Call searchPublicChat with the given chat username to process the link. If the chat is found and is channel, open the direct messages chat of the channel.

◆ internalLinkTypeDirectMessagesChat() [2/2]

internalLinkTypeDirectMessagesChat ( string const &  channel_username_)
explicit

The link is a link to a channel direct messages chat by username of the channel. Call searchPublicChat with the given chat username to process the link. If the chat is found and is channel, open the direct messages chat of the channel.

Parameters
[in]channel_username_Username of the channel.

Method Documentation

◆ store()

void store ( TlStorerToString &  s,
const char *  field_name 
) const
finalvirtual

Helper function for to_string method. Appends string representation of the object to the storer.

Parameters
[in]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements TlObject.


The documentation for this class was generated from the following file: