#include "Chat.h"
◆ Chat() [1/2]
yatbcpp::Chat::Chat |
( |
std::int64_t |
id, |
|
|
chat_type |
type |
|
) |
| |
◆ Chat() [2/2]
Chat::Chat |
( |
const Chat & |
chat | ) |
|
◆ getAll_members_are_administrators()
const optional< bool > & Chat::getAll_members_are_administrators |
( |
| ) |
const |
◆ getDescription()
const optional< string > & Chat::getDescription |
( |
| ) |
const |
◆ getFirst_name()
const optional< string > & Chat::getFirst_name |
( |
| ) |
const |
◆ getId()
int64_t Chat::getId |
( |
| ) |
const |
◆ getInvite_link()
const optional< string > & Chat::getInvite_link |
( |
| ) |
const |
◆ getLast_name()
const optional< string > & Chat::getLast_name |
( |
| ) |
const |
◆ getTitle()
const optional< string > & Chat::getTitle |
( |
| ) |
const |
◆ getType()
◆ getUsername()
const optional< string > & Chat::getUsername |
( |
| ) |
const |
◆ setAll_members_are_administrators()
void Chat::setAll_members_are_administrators |
( |
const std::optional< bool > & |
all_members_are_administrators | ) |
|
◆ setDescription()
void Chat::setDescription |
( |
const std::optional< std::string > & |
description | ) |
|
◆ setFirst_name()
void Chat::setFirst_name |
( |
const std::optional< std::string > & |
first_name | ) |
|
◆ setInvite_link()
void Chat::setInvite_link |
( |
const std::optional< std::string > & |
invite_link | ) |
|
◆ setLast_name()
void Chat::setLast_name |
( |
const std::optional< std::string > & |
last_name | ) |
|
◆ setTitle()
void Chat::setTitle |
( |
const std::optional< std::string > & |
title | ) |
|
◆ setUsername()
void Chat::setUsername |
( |
const std::optional< std::string > & |
username | ) |
|
◆ all_members_are_administrators
std::optional<bool> yatbcpp::Chat::all_members_are_administrators |
|
private |
◆ description
std::optional<std::string> yatbcpp::Chat::description |
|
private |
◆ first_name
std::optional<std::string> yatbcpp::Chat::first_name |
|
private |
◆ id
std::int64_t yatbcpp::Chat::id |
|
private |
◆ invite_link
std::optional<std::string> yatbcpp::Chat::invite_link |
|
private |
◆ last_name
std::optional<std::string> yatbcpp::Chat::last_name |
|
private |
◆ title
std::optional<std::string> yatbcpp::Chat::title |
|
private |
◆ type
◆ username
std::optional<std::string> yatbcpp::Chat::username |
|
private |
The documentation for this class was generated from the following files: