Layer 220
InputMessageReplyTo
Message to which the specified message replies to
constructor
inputMessageReplyTo#bad88395 id:int = InputMessage;
Parameters
| Name | Type | Description |
|---|---|---|
| Id | int | ID of the message that replies to the message we need |
Returns
InputMessageGogram Example
// Creating InputMessageReplyTo constructor obj := &tg.InputMessageReplyTo{ Id: 0, }