anon97945
anon97945
* [x] Add permissions cache: `perms = await self._client.get_permissions(chat, user)` and the ability to force (recache) get the perms with `(chat, user, force)`
* [x] add cache for `await message.client(GetFullChannelRequest(channel=))`
* [x] Show Version of the module in `.help `
* [x] `await utils.asset_channel(client, "Title", "Description", channel=)` Let us choose the type of chat to create and search for.
* [x] utils.answer | utils.answer native string support of `` (replace it with `\n`) right in utils.answer or so. * [x] `.langforce ` | Add support for forced languages of...
> add multiple strings via config -> series(strings) and put them together as one big. since inline doesnt support unlimited message length.
* [x] asset_channel: on creation optional self-destructive setting by default (telegram native version)
* [x] config bool of `share_link` in `loader` doesn't work. (fixed in 1.1.28)
* [ ] `Loading inline form...` wont remove on anonymous user * [x] Config page won't update after putting value on anonymous user
* [x] `db.set` creates `database` under `"name"` while `config` is saved under `` change to use only classnames instead having 2 database entries for one module. Also names change, classnames...