Class: Crawlora::InstagramGroup
- Inherits:
-
Object
- Object
- Crawlora::InstagramGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ InstagramGroup
constructor
A new instance of InstagramGroup.
- #post ⇒ Object
- #profile ⇒ Object
- #reels ⇒ Object
Constructor Details
#initialize ⇒ InstagramGroup
Returns a new instance of InstagramGroup.
275 |
# File 'sig/crawlora.rbs', line 275
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#post ⇒ Object
276 |
# File 'sig/crawlora.rbs', line 276
def post: (?id: String, ?post_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#profile ⇒ Object
277 |
# File 'sig/crawlora.rbs', line 277
def profile: (?username: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#reels ⇒ Object
278 |
# File 'sig/crawlora.rbs', line 278
def reels: (?id: String, ?max_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|