docstring :param message_id: :param image_type: :return:
(
self,
message_id: str,
image_type: ImageType
)
| 345 | return payload.id |
| 346 | |
| 347 | async def message_image( |
| 348 | self, |
| 349 | message_id: str, |
| 350 | image_type: ImageType |
| 351 | ) -> FileBox: |
| 352 | """ |
| 353 | docstring |
| 354 | :param message_id: |
| 355 | :param image_type: |
| 356 | :return: |
| 357 | """ |
| 358 | |
| 359 | async def ding(self, data: Optional[str] = None) -> None: |
| 360 | """ |
no outgoing calls
no test coverage detected