LoadActiveStories class
- Inheritance
- 
    - Object
- TdFunction
- LoadActiveStories
 
Constructors
- LoadActiveStories({required StoryList storyList})
- 
          Loads more active stories from a story list. The loaded stories will be sent through updates. Active stories are sorted by. the pair (active_stories.order, active_stories.story_sender_chat_id) in descending order. Returns a 404 error if all active stories have been loaded
            const
Properties
Methods
- 
  copyWith({StoryList? storyList}) → LoadActiveStories 
- 
  getConstructor() → String 
- 
  
  override
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson([dynamic extra]) → Map< String, dynamic> 
- 
  
  override
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
Constants
- CONSTRUCTOR → const String