5 #ifndef YATBCPP_FORWARDMESSAGE_H 6 #define YATBCPP_FORWARDMESSAGE_H 11 #include "../types/Message.h" 12 #include "../types/Chat.h" 18 forwardMessage(std::int64_t chat_id, std::int64_t from_chat_id, std::int32_t message_id);
42 #endif //YATBCPP_FORWARDMESSAGE_H void setDisable_notification(const std::optional< bool > &disable_notification)
std::optional< bool > disable_notification
const std::string & getChat_id() const
const std::string & getFrom_chat_id() const
const std::optional< bool > & getDisable_notification() const
forwardMessage(std::string chat_id, std::string from_chat_id, std::int32_t message_id)
std::int32_t getMessage_id() const