Skip to content

messages.getPreparedInlineMessage

Layer 225

Constructor ID: 0x857ebdb8
Returns: PreparedInlineMessage

Parameters

NameTypeDescription
botInputUser
idstring

Example

go
result, err := client.Raw(&tg.GetPreparedInlineMessageRequest{
    bot: nil, // InputUser
    id: "",
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.