Skip to content

messages.reorderPinnedForumTopics

Layer 225

Constructor ID: 0x0e7841f0
Returns: Updates

Parameters

NameTypeDescription
forcebool (flags.0, optional)
peerInputPeer
order[]int32

Example

go
result, err := client.Raw(&tg.ReorderPinnedForumTopicsRequest{
    force: false,
    peer: nil, // InputPeer
    order: nil,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.