ShowStoryBoxOptions class abstract

Options for showStoryBox method

Constructors

ShowStoryBoxOptions([void updates(ShowStoryBoxOptionsBuilder)])
ShowStoryBoxOptions factory
factory

Properties

attachment Attachment?
Description of the object of attachment to history
no setter
backgroundType BackgroundType
Story type. Possible values:
no setter
blob String?
Base64 string with BLOB (only supported for image). The following prefix must be added before the string: data:image/png;base64,
no setter
hashCode int
The hash code for this object.
no setterinherited
locked bool
Is it possible to move a photo
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stickers → BuiltList<StickerContainer>?
An array of objects describing stickers on the canvas
no setter
url String?
Link to an image or video (the transmission must follow a direct link to mp4)
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(ShowStoryBoxOptionsBuilder)) ShowStoryBoxOptions
Rebuilds the instance.
inherited
toBuilder() ShowStoryBoxOptionsBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<ShowStoryBoxOptions>
ShowStoryBoxOptions serializer
no setter