File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -327,12 +327,10 @@ async def edit(
327327 ----------
328328 description: Optional[:class:`str`]
329329 The new application description or ``None`` to clear.
330- icon: Optional[Union[:class:`bytes`, :class:`str`]]
331- New icon image. If ``bytes`` is given it will be base64 encoded automatically. If a ``str`` is given it is assumed
332- to be a pre-encoded base64 data URI or hash and sent as-is. Pass ``None`` to clear.
333- cover_image: Optional[Union[:class:`bytes`, :class:`str`]]
334- New cover image for the store embed. If ``bytes`` is given it will be base64 encoded automatically. If a ``str`` is given it is assumed
335- to be a pre-encoded base64 data URI or hash and sent as-is. Pass ``None`` to clear.
330+ icon: Optional[:class:`bytes`]
331+ New icon image. If ``bytes`` is given it will be base64 encoded automatically. Pass ``None`` to clear.
332+ cover_image: Optional[:class:`bytes`]
333+ New cover image for the store embed. If ``bytes`` is given it will be base64 encoded automatically. Pass ``None`` to clear.
336334 tags: Optional[List[:class:`str`]]
337335 List of tags for the application (max 5). Pass ``None`` to clear.
338336 terms_of_service_url: Optional[:class:`str`]
You can’t perform that action at this time.
0 commit comments