Skip to content

invokeAfterMsgs

Layer 225

Constructor ID: 0x3dc4b4f0
Returns: X

Parameters

NameTypeDescription
msg_ids[]int64
queryTLObject

Example

go
result, err := client.Raw(&tg.InvokeAfterMsgsRequest{
    msg_ids: nil,
    query: nil, // TLObject
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.