Skip to content

Missing FrecencyUserSettings #781

@jsoncitron

Description

@jsoncitron

Summary

Cannot get or fetch FrecencyUserSettings without using internal requester

What is the feature request for?

The core library

The Problem

Favorite emoji/gifs management

The Ideal Solution

To be able to do bot.fetch_frecency_user_settings() and FrecencyUserSettings.edit()

The Current Solution

data = await bot.http.get_proto_settings(2)
settings = FrecencyUserSettings.FromString(b64decode(data['settings']))

await bot.http.edit_proto_settings(2, 'base64 encoded thingy')

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions