Skip to content

messages.getForumTopicsByID

Layer 225

Constructor ID: 0xaf0a4a08
Returns: ForumTopics

Parameters

NameTypeDescription
peerInputPeer
topics[]int32

Example

go
result, err := client.Raw(&tg.GetForumTopicsByIDRequest{
    peer: nil, // InputPeer
    topics: nil,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.