Skip to content

messages.getForumTopics

Layer 225

Constructor ID: 0x3ba47bff
Returns: ForumTopics

Parameters

NameTypeDescription
peerInputPeer
qstring (flags.0, optional)
offset_dateint32
offset_idint32
offset_topicint32
limitint32

Example

go
result, err := client.Raw(&tg.GetForumTopicsRequest{
    peer: nil, // InputPeer
    q: "",
    offset_date: 0,
    offset_id: 0,
    offset_topic: 0,
    limit: 0,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.