Skip to content

channels.reorderUsernames

Layer 225

Constructor ID: 0xb45ced1d
Returns: Bool

Parameters

NameTypeDescription
channelInputChannel
order[]string

Example

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

Released under the Apache-2.0 License.