InputStoryArea class
Describes a clickable rectangle area on a story media to be added.
- Inheritance
 - Available Extensions
 
Constructors
- InputStoryArea({required StoryAreaPosition position, required InputStoryAreaType type, int? extra, int? clientId})
 - Describes a clickable rectangle area on a story media to be added
 
Properties
- clientId ↔ int?
 - 
  TDLib client instance identifier, for which the response was received.
  read / writeoverride
 - extra ↔ int?
 - 
  Request identifier. Must be non-zero.
  read / writeoverride
 - hashCode → int
 - 
  The hash code for this object.
  read-onlyinherited
 - position ↔ StoryAreaPosition
 - 
  Position of the area.
  read / write
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  read-onlyinherited
 - type ↔ InputStoryAreaType
 - 
  Type of the area.
  read / write
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJson(
) → Map< String, dynamic>  - 
  Object to Map serializer
  override
 - 
  toString(
) → String  - 
  A string representation of this object.
  override
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited
 
Static Methods
- 
  fromMap(
Map< String, dynamic> ? _map) → InputStoryArea? - 
  Construct from Map.
  override
 
Constants
- CONSTRUCTOR → const String
 - 
  @type
  
    
"inputStoryArea"