Layer 220
constructor
inputMessageReplyTo#bad88395 id:int = InputMessage;

Parameters

Name Type Description
Id int ID of the message that replies to the message we need

Returns

InputMessage

Gogram Example

// Creating InputMessageReplyTo constructor
obj := &tg.InputMessageReplyTo{
    Id: 0,
}