Skip to content

channels.getMessageAuthor

Layer 225

Constructor ID: 0xece2a0e6
Returns: User

Parameters

NameTypeDescription
channelInputChannel
idint32

Example

go
result, err := client.Raw(&tg.GetMessageAuthorRequest{
    channel: nil, // InputChannel
    id: 0,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.