Skip to content

messages.getEmojiProfilePhotoGroups

Layer 225

Constructor ID: 0x21a548f3
Returns: EmojiGroups

Parameters

NameTypeDescription
hashint32

Example

go
result, err := client.Raw(&tg.GetEmojiProfilePhotoGroupsRequest{
    hash: 0,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.