StoriesStartLive class
Stories Start Live.
Return Type: UpdatesBase.
ID: d069ccde.
Constructors
-
StoriesStartLive({required bool pinned, required bool noforwards, required bool rtmpStream, required InputPeerBase peer, String? caption, List<
MessageEntityBase> ? entities, required List<InputPrivacyRuleBase> privacyRules, required int randomId, bool? messagesEnabled, int? sendPaidMessagesStars}) -
Stories Start Live constructor.
const
- StoriesStartLive.deserialize(BinaryReader reader)
-
Deserialize.
factory
Properties
- caption → String?
-
Caption.
final
-
entities
→ List<
MessageEntityBase> ? -
Entities.
final
- flags → int
-
Flags.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- messagesEnabled → bool?
-
messages_enabled: bit 6 of flags.6?Bool
final
- noforwards → bool
-
noforwards: bit 4 of flags.4?true
final
- peer → InputPeerBase
-
Peer.
final
- pinned → bool
-
pinned: bit 2 of flags.2?true
final
-
privacyRules
→ List<
InputPrivacyRuleBase> -
Privacy Rules.
final
- randomId → int
-
Random Id.
final
- rtmpStream → bool
-
rtmp_stream: bit 5 of flags.5?true
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sendPaidMessagesStars → int?
-
Send Paid Messages Stars.
final
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