Class: Onlyfans::Models::Engagement::Messages::MassMessageListResponse::Data::Item
Instance Attribute Summary collapse
Instance Method Summary
collapse
-
#initialize(id: nil, can_unsend: nil, date: nil, giphy_id: nil, is_canceled: nil, is_free: nil, is_media_ready: nil, is_reported_by_me: nil, is_tip: nil, media: nil, media_count: nil, previews: nil, raw_text: nil, response_type: nil, sent_count: nil, template: nil, text: nil, unsend_seconds: nil, viewed_count: nil) ⇒ Object
constructor
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(id: nil, can_unsend: nil, date: nil, giphy_id: nil, is_canceled: nil, is_free: nil, is_media_ready: nil, is_reported_by_me: nil, is_tip: nil, media: nil, media_count: nil, previews: nil, raw_text: nil, response_type: nil, sent_count: nil, template: nil, text: nil, unsend_seconds: nil, viewed_count: nil) ⇒ Object
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
|
# File 'lib/onlyfans/models/engagement/messages/mass_message_list_response.rb', line 150
class Item < Onlyfans::Internal::Type::BaseModel
optional :id, Integer
optional :can_unsend, Onlyfans::Internal::Type::Boolean, api_name: :canUnsend
optional :date, String
optional :giphy_id, String, api_name: :giphyId, nil?: true
optional :is_canceled, Onlyfans::Internal::Type::Boolean, api_name: :isCanceled
optional :is_free, Onlyfans::Internal::Type::Boolean, api_name: :isFree
optional :is_media_ready, Onlyfans::Internal::Type::Boolean, api_name: :isMediaReady
optional :is_reported_by_me, Onlyfans::Internal::Type::Boolean, api_name: :isReportedByMe
optional :is_tip, Onlyfans::Internal::Type::Boolean, api_name: :isTip
optional :media, Onlyfans::Internal::Type::ArrayOf[Onlyfans::Internal::Type::Unknown]
optional :media_count, Integer, api_name: :mediaCount
optional :previews, Onlyfans::Internal::Type::ArrayOf[Onlyfans::Internal::Type::Unknown]
optional :raw_text, String, api_name: :rawText
optional :response_type, String, api_name: :responseType
optional :sent_count, Integer, api_name: :sentCount
optional :template, String
optional :text, String
optional :unsend_seconds, Integer, api_name: :unsendSeconds
optional :viewed_count, Integer, api_name: :viewedCount
end
|
Instance Attribute Details
#can_unsend ⇒ Boolean?
159
|
# File 'lib/onlyfans/models/engagement/messages/mass_message_list_response.rb', line 159
optional :can_unsend, Onlyfans::Internal::Type::Boolean, api_name: :canUnsend
|
#date ⇒ String?
164
|
# File 'lib/onlyfans/models/engagement/messages/mass_message_list_response.rb', line 164
optional :date, String
|
#giphy_id ⇒ String?
169
|
# File 'lib/onlyfans/models/engagement/messages/mass_message_list_response.rb', line 169
optional :giphy_id, String, api_name: :giphyId, nil?: true
|
#id ⇒ Integer?
154
|
# File 'lib/onlyfans/models/engagement/messages/mass_message_list_response.rb', line 154
optional :id, Integer
|
#is_canceled ⇒ Boolean?
174
|
# File 'lib/onlyfans/models/engagement/messages/mass_message_list_response.rb', line 174
optional :is_canceled, Onlyfans::Internal::Type::Boolean, api_name: :isCanceled
|
#is_free ⇒ Boolean?
179
|
# File 'lib/onlyfans/models/engagement/messages/mass_message_list_response.rb', line 179
optional :is_free, Onlyfans::Internal::Type::Boolean, api_name: :isFree
|
184
|
# File 'lib/onlyfans/models/engagement/messages/mass_message_list_response.rb', line 184
optional :is_media_ready, Onlyfans::Internal::Type::Boolean, api_name: :isMediaReady
|
#is_reported_by_me ⇒ Boolean?
189
|
# File 'lib/onlyfans/models/engagement/messages/mass_message_list_response.rb', line 189
optional :is_reported_by_me, Onlyfans::Internal::Type::Boolean, api_name: :isReportedByMe
|
#is_tip ⇒ Boolean?
194
|
# File 'lib/onlyfans/models/engagement/messages/mass_message_list_response.rb', line 194
optional :is_tip, Onlyfans::Internal::Type::Boolean, api_name: :isTip
|
204
|
# File 'lib/onlyfans/models/engagement/messages/mass_message_list_response.rb', line 204
optional :media_count, Integer, api_name: :mediaCount
|
#previews ⇒ Array<Object>?
#raw_text ⇒ String?
214
|
# File 'lib/onlyfans/models/engagement/messages/mass_message_list_response.rb', line 214
optional :raw_text, String, api_name: :rawText
|
#response_type ⇒ String?
219
|
# File 'lib/onlyfans/models/engagement/messages/mass_message_list_response.rb', line 219
optional :response_type, String, api_name: :responseType
|
#sent_count ⇒ Integer?
224
|
# File 'lib/onlyfans/models/engagement/messages/mass_message_list_response.rb', line 224
optional :sent_count, Integer, api_name: :sentCount
|
#template ⇒ String?
229
|
# File 'lib/onlyfans/models/engagement/messages/mass_message_list_response.rb', line 229
optional :template, String
|
#text ⇒ String?
234
|
# File 'lib/onlyfans/models/engagement/messages/mass_message_list_response.rb', line 234
optional :text, String
|
#unsend_seconds ⇒ Integer?
239
|
# File 'lib/onlyfans/models/engagement/messages/mass_message_list_response.rb', line 239
optional :unsend_seconds, Integer, api_name: :unsendSeconds
|
#viewed_count ⇒ Integer?
244
|
# File 'lib/onlyfans/models/engagement/messages/mass_message_list_response.rb', line 244
optional :viewed_count, Integer, api_name: :viewedCount
|