ForwardMessageMethod

Method to forward messages

Members

Mixins

__anonymous
mixin TelegramMethod!"/forwardMessage"
Undocumented in source.

Variables

chat_id
TelegramID chat_id;

Unique identifier for the target chat or username of the target channel (in the format "@channelusername")

disable_notification
bool disable_notification;

Send the message silently

from_chat_id
TelegramID from_chat_id;

Unique identifier for the chat where the original message was sent (or channel username in the format "@channelusername")

message_id
int message_id;

Message identifier in the chat specified in from_chat_id

See Also

Meta