InlineVideo

class asyncpraw.models.InlineVideo(*, caption: str = None, path: str)

Class to provide a video to embed in text.

__init__(*, caption: str = None, path: str)

Initialize an InlineMedia instance.

Parameters
  • caption – An optional caption to add to the image (default: None).

  • path – The path to a media file.