StoriesSendStory class

Stories Send Story.

Return Type: UpdatesBase. ID: e4e6694b.

Inheritance

Constructors

StoriesSendStory({required bool pinned, required bool noforwards, required bool fwdModified, required InputPeerBase peer, required InputMediaBase media, List<MediaAreaBase>? mediaAreas, String? caption, List<MessageEntityBase>? entities, required List<InputPrivacyRuleBase> privacyRules, required int randomId, int? period, InputPeerBase? fwdFromId, int? fwdFromStory})
Stories Send Story constructor.
const
StoriesSendStory.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

caption String?
Caption.
final
entities List<MessageEntityBase>?
Entities.
final
flags int
Flags.
no setter
fwdFromId InputPeerBase?
Fwd From Id.
final
fwdFromStory int?
Fwd From Story.
final
fwdModified bool
fwd_modified: bit 7 of flags.7?true
final
hashCode int
The hash code for this object.
no setterinherited
media InputMediaBase
Media.
final
mediaAreas List<MediaAreaBase>?
Media Areas.
final
noforwards bool
noforwards: bit 4 of flags.4?true
final
peer InputPeerBase
Peer.
final
period int?
Period.
final
pinned bool
pinned: bit 2 of flags.2?true
final
privacyRules List<InputPrivacyRuleBase>
Privacy Rules.
final
randomId int
Random Id.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(List<int> buffer) → void
Serialize.
override
toJson() Map<String, dynamic>
Converts an object to JSON.
override
toString() String
A string representation of this object.
inherited

Operators

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