mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-22 14:35:00 +01:00
Add String Representation for RequestParameter
(#3634)
This commit is contained in:
parent
11f86b8813
commit
53abb7b4bd
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ from telegram._utils.enum import StringEnum
|
||||||
from telegram._utils.types import UploadFileDict
|
from telegram._utils.types import UploadFileDict
|
||||||
|
|
||||||
|
|
||||||
@dataclass(repr=False, eq=False, order=False, frozen=True)
|
@dataclass(repr=True, eq=False, order=False, frozen=True)
|
||||||
class RequestParameter:
|
class RequestParameter:
|
||||||
"""Instances of this class represent a single parameter to be sent along with a request to
|
"""Instances of this class represent a single parameter to be sent along with a request to
|
||||||
the Bot API.
|
the Bot API.
|
||||||
|
|
Loading…
Reference in a new issue