stats.getMessagePublicForwards
Layer 225
Constructor ID: 0x5f150144
Returns: PublicForwards
Parameters
| Name | Type | Description |
|---|---|---|
channel | InputChannel | |
msg_id | int32 | |
offset | string | |
limit | int32 |
Example
go
result, err := client.Raw(&tg.GetMessagePublicForwardsRequest{
channel: nil, // InputChannel
msg_id: 0,
offset: "",
limit: 0,
})
if err != nil {
panic(err)
}
print(result)