InlineImage
- class praw.models.InlineImage(*, caption: str = None, path: str)
Class to provide am image 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.