1#ifndef TGBOT_CHATJOINREQUEST_H
2#define TGBOT_CHATJOINREQUEST_H
22 typedef std::shared_ptr<ChatJoinRequest>
Ptr;
std::shared_ptr< Chat > Ptr
std::shared_ptr< ChatInviteLink > Ptr
Represents a join request sent to a chat.
ChatInviteLink::Ptr inviteLink
Optional. Chat invite link that was used by the user to send the join request.
std::int32_t date
Date the request was sent in Unix time.
std::string bio
Optional. Bio of the user.
std::shared_ptr< ChatJoinRequest > Ptr
User::Ptr from
User that sent the join request.
Chat::Ptr chat
Chat to which the request was sent.
std::int64_t userChatId
Identifier of a private chat with the user who sent the join request.
std::shared_ptr< User > Ptr