Class: GetStream::Generated::ChatClient
- Inherits:
-
Object
- Object
- GetStream::Generated::ChatClient
- Defined in:
- lib/getstream_ruby/generated/chat_client.rb
Overview
Chat API client with generated methods
Instance Method Summary collapse
-
#add_segment_targets(_id, add_segment_targets_request) ⇒ Models::Response
Add targets to a segment.
-
#cast_poll_vote(message_id, poll_id, cast_poll_vote_request) ⇒ Models::PollVoteResponse
Cast a vote on a pollSends events:- feeds.poll.vote_casted- feeds.poll.vote_changed- feeds.poll.vote_removed- poll.vote_casted- poll.vote_changed- poll.vote_removed.
-
#channel_batch_update(channel_batch_update_request) ⇒ Models::ChannelBatchUpdateResponse
Update channels in batchSends events:- channel.frozen- channel.hidden- channel.unfrozen- channel.updated- channel.visible- member.added- member.removed- member.updated.
-
#commit_message(_id, commit_message_request) ⇒ Models::MessageActionResponse
Commits a pending message, which will make it visible in the channelSends events:- message.new- message.updated.
-
#create_campaign(create_campaign_request) ⇒ Models::CreateCampaignResponse
Creates a campaign.
-
#create_channel_type(create_channel_type_request) ⇒ Models::CreateChannelTypeResponse
Creates new channel type.
-
#create_command(create_command_request) ⇒ Models::CreateCommandResponse
Creates custom chat command.
-
#create_predefined_filter(create_predefined_filter_request) ⇒ Models::CreatePredefinedFilterResponse
Create a predefined filter that can be used in Query endpoints.
-
#create_reminder(message_id, create_reminder_request) ⇒ Models::CreateReminderResponse
Creates a new reminderSends events:- reminder.created.
-
#create_segment(create_segment_request) ⇒ Models::CreateSegmentResponse
Create a segment.
-
#delete_campaign(_id) ⇒ Models::DeleteCampaignResponse
Delete campaign.
-
#delete_channel(_type, _id, hard_delete = nil, skip_truncate = nil) ⇒ Models::DeleteChannelResponse
Deletes channelSends events:- channel.deleted.
-
#delete_channel_file(_type, _id, url = nil) ⇒ Models::Response
Deletes previously uploaded file.
-
#delete_channel_image(_type, _id, url = nil) ⇒ Models::Response
Deletes previously uploaded image.
-
#delete_channel_type(name) ⇒ Models::Response
Deletes channel type.
-
#delete_channels(delete_channels_request) ⇒ Models::DeleteChannelsResponse
Allows to delete several channels at once asynchronouslySends events:- channel.deleted.
-
#delete_command(name) ⇒ Models::DeleteCommandResponse
Deletes custom chat command.
-
#delete_draft(_type, _id, parent_id = nil, user_id = nil) ⇒ Models::Response
Deletes a draftSends events:- draft.deleted.
-
#delete_message(_id, hard = nil, deleted_by = nil, delete_for_me = nil) ⇒ Models::DeleteMessageResponse
Deletes messageSends events:- message.deleted.
-
#delete_poll_vote(message_id, poll_id, vote_id, user_id = nil) ⇒ Models::PollVoteResponse
Delete a vote from a pollSends events:- feeds.poll.vote_removed- poll.vote_removed.
-
#delete_predefined_filter(name) ⇒ Models::Response
Delete a predefined filter by name.
-
#delete_reaction(_id, _type, user_id = nil) ⇒ Models::DeleteReactionResponse
Removes user reaction from the messageSends events:- reaction.deleted.
-
#delete_reminder(message_id, user_id = nil) ⇒ Models::DeleteReminderResponse
Deletes a user's created reminderSends events:- reminder.deleted.
-
#delete_retention_policy(delete_retention_policy_request) ⇒ Models::DeleteRetentionPolicyResponse
Removes a retention policy for the app.
-
#delete_segment(_id) ⇒ Models::Response
Delete a segment.
-
#delete_segment_targets(_id, delete_segment_targets_request) ⇒ Models::Response
Delete targets from a segment.
-
#ephemeral_message_update(_id, update_message_partial_request) ⇒ Models::UpdateMessagePartialResponse
Updates message fields without storing in database, only sends update eventSends events:- message.updated.
-
#export_channels(export_channels_request) ⇒ Models::ExportChannelsResponse
Exports channel data to a JSON or CSV file (CSV requires version=v2).
-
#get_campaign(_id, prev = nil, _next = nil, limit = nil) ⇒ Models::GetCampaignResponse
Get campaign by ID.
-
#get_channel(_type, _id, state = nil, messages_limit = nil, members_limit = nil, watchers_limit = nil, messages_id_lt = nil, messages_id_lte = nil, messages_id_gt = nil, messages_id_gte = nil, messages_id_around = nil, user_id = nil) ⇒ Models::ChannelStateResponse
Returns a channel by its CID without creating it.
-
#get_channel_type(name) ⇒ Models::GetChannelTypeResponse
Gets channel type.
-
#get_command(name) ⇒ Models::GetCommandResponse
Returns custom command by its name.
-
#get_draft(_type, _id, parent_id = nil, user_id = nil) ⇒ Models::GetDraftResponse
Get a draft.
-
#get_many_messages(_type, _id, ids, member_custom_include = nil) ⇒ Models::GetManyMessagesResponse
Returns list messages found by IDs.
-
#get_message(_id, show_deleted_message = nil) ⇒ Models::GetMessageResponse
Returns message by ID.
-
#get_or_create_channel(_type, _id, channel_get_or_create_request) ⇒ Models::ChannelStateResponse
This Method creates a channel or returns an existing one with matching attributesSends events:- channel.created- member.added- member.removed- member.updated- user.watching.start.
-
#get_or_create_distinct_channel(_type, channel_get_or_create_request) ⇒ Models::ChannelStateResponse
This Method creates a channel or returns an existing one with matching attributesSends events:- channel.created- member.added- member.removed- member.updated- user.watching.start.
-
#get_pinned_messages(_type, _id, limit = nil, offset = nil, id_gte = nil, id_gt = nil, id_lte = nil, id_lt = nil, pinned_at_after_or_equal = nil, pinned_at_after = nil, pinned_at_before_or_equal = nil, pinned_at_before = nil, id_around = nil, pinned_at_around = nil, user_id = nil, sort = nil, member_custom_include = nil) ⇒ Models::GetPinnedMessagesResponse
Returns pinned messages for the channel.
-
#get_predefined_filter(name) ⇒ Models::GetPredefinedFilterResponse
Get a predefined filter by name.
-
#get_predefined_filters(include_stats = nil, sort = nil) ⇒ Models::QueryPredefinedFiltersResponse
Get all predefined filters with optional sorting by created_at, updated_at, name, or operation.
-
#get_reactions(_id, limit = nil, offset = nil) ⇒ Models::GetReactionsResponse
Returns list of reactions of specific message.
-
#get_replies(parent_id, limit = nil, id_gte = nil, id_gt = nil, id_lte = nil, id_lt = nil, id_around = nil, sort = nil, member_custom_include = nil) ⇒ Models::GetRepliesResponse
Returns replies (thread) of the message.
-
#get_retention_policy ⇒ Models::GetRetentionPolicyResponse
Returns all retention policies configured for the app.
-
#get_retention_policy_runs(get_retention_policy_runs_request) ⇒ Models::GetRetentionPolicyRunsResponse
Returns filtered and sorted retention cleanup run history for the app.
-
#get_segment(_id) ⇒ Models::GetSegmentResponse
Get segment.
-
#get_thread(message_id, reply_limit = nil, participant_limit = nil, member_limit = nil) ⇒ Models::GetThreadResponse
Return a specific thread.
-
#grouped_query_channels(grouped_query_channels_request) ⇒ Models::GroupedQueryChannelsResponse
Query channels grouped into predefined buckets.
-
#hide_channel(_type, _id, hide_channel_request) ⇒ Models::HideChannelResponse
Marks channel as hidden for current userSends events:- channel.hidden.
-
#initialize(client) ⇒ ChatClient
constructor
A new instance of ChatClient.
-
#list_channel_types ⇒ Models::ListChannelTypesResponse
Lists all available channel types.
-
#list_commands ⇒ Models::ListCommandsResponse
Returns all custom commands.
-
#mark_channels_read(mark_channels_read_request) ⇒ Models::MarkReadResponse
Marks channels as read up to the specific message.
-
#mark_delivered(mark_delivered_request, user_id = nil) ⇒ Models::MarkDeliveredResponse
Mark the status of a channel message delivered.
-
#mark_read(_type, _id, mark_read_request) ⇒ Models::MarkReadResponse
Marks channel as read up to the specific messageSends events:- message.read.
-
#mark_unread(_type, _id, mark_unread_request) ⇒ Models::Response
Marks channel as unread from a specific message.
-
#mute_channel(mute_channel_request) ⇒ Models::MuteChannelResponse
Mutes channel for userSends events:- channel.muted.
-
#query_banned_users(payload = nil) ⇒ Models::QueryBannedUsersResponse
Find and filter channel scoped or global user bans.
-
#query_campaigns(query_campaigns_request) ⇒ Models::QueryCampaignsResponse
Query campaigns with filter query.
-
#query_channels(query_channels_request) ⇒ Models::QueryChannelsResponse
Query channels with filter query.
-
#query_drafts(query_drafts_request) ⇒ Models::QueryDraftsResponse
Queries draft messages for a user.
-
#query_future_channel_bans(payload = nil) ⇒ Models::QueryFutureChannelBansResponse
Find and filter future channel bans created by the authenticated user.
-
#query_members(payload = nil) ⇒ Models::MembersResponse
Find and filter channel members.
-
#query_message_flags(payload = nil) ⇒ Models::QueryMessageFlagsResponse
Find and filter message flags.
-
#query_message_history(query_message_history_request) ⇒ Models::QueryMessageHistoryResponse
Queries history for one message.
-
#query_reactions(_id, query_reactions_request) ⇒ Models::QueryReactionsResponse
Get reactions on a message.
-
#query_reminders(query_reminders_request) ⇒ Models::QueryRemindersResponse
Queries reminders.
-
#query_segment_targets(_id, query_segment_targets_request) ⇒ Models::QuerySegmentTargetsResponse
Query segment targets.
-
#query_segments(query_segments_request) ⇒ Models::QuerySegmentsResponse
Query segments.
-
#query_team_usage_stats(query_team_usage_stats_request) ⇒ Models::QueryTeamUsageStatsResponse
Retrieve team-level usage statistics from the warehouse database.Returns all 16 metrics grouped by team with cursor-based pagination.Date Range Options (mutually exclusive):- Use 'month' parameter (YYYY-MM format) for monthly aggregated values- Use 'start_date'/'end_date' parameters (YYYY-MM-DD format) for daily breakdown- If neither provided, defaults to current month (monthly mode)Team Filter:- Use 'team' to return a single team's stats (empty string selects users not assigned to any team)- Mutually exclusive with the 'next' pagination cursorThis endpoint is server-side only.
-
#query_threads(query_threads_request) ⇒ Models::QueryThreadsResponse
Returns the list of threads for specific user.
-
#run_message_action(_id, message_action_request) ⇒ Models::MessageActionResponse
Executes message command action with given parametersSends events:- message.new.
-
#search(payload = nil) ⇒ Models::SearchResponse
Search messages across channels.
-
#segment_target_exists(_id, target_id) ⇒ Models::Response
Check whether a target exists in a segment.
-
#send_event(_type, _id, send_event_request) ⇒ Models::EventResponse
Sends event to the channel.
-
#send_message(_type, _id, send_message_request) ⇒ Models::SendMessageResponse
Sends new message to the specified channelSends events:- channel.visible- message.new- message.updated.
-
#send_reaction(_id, send_reaction_request) ⇒ Models::SendReactionResponse
Sends reaction to specified messageSends events:- reaction.new- reaction.updated.
-
#send_user_custom_event(user_id, send_user_custom_event_request) ⇒ Models::Response
Sends a custom event to a userSends events:- *.
-
#set_retention_policy(set_retention_policy_request) ⇒ Models::SetRetentionPolicyResponse
Creates or updates a retention policy for the app.
-
#show_channel(_type, _id, show_channel_request) ⇒ Models::ShowChannelResponse
Shows previously hidden channelSends events:- channel.visible.
-
#start_campaign(_id, start_campaign_request) ⇒ Models::StartCampaignResponse
Starts or schedules a campaign.
-
#stop_campaign(_id, stop_campaign_request) ⇒ Models::CampaignResponse
Stops a campaign.
-
#translate_message(_id, translate_message_request) ⇒ Models::TranslateMessageResponse
Translates message to a given language using automated translation softwareSends events:- message.updated.
-
#truncate_channel(_type, _id, truncate_channel_request) ⇒ Models::TruncateChannelResponse
Truncates messages from a channel.
-
#undelete_message(_id, undelete_message_request) ⇒ Models::UndeleteMessageResponse
Undelete a message that was previously soft-deletedSends events:- message.undeleted.
-
#unmute_channel(unmute_channel_request) ⇒ Models::UnmuteResponse
Unmutes channel for userSends events:- channel.unmuted.
-
#unread_counts(user_id = nil) ⇒ Models::WrappedUnreadCountsResponse
Fetch unread counts for a single user.
-
#unread_counts_batch(unread_counts_batch_request) ⇒ Models::UnreadCountsBatchResponse
Fetch unread counts in batch for multiple users in one call.
-
#update_campaign(_id, update_campaign_request) ⇒ Models::CampaignResponse
Updates a campaign.
-
#update_channel(_type, _id, update_channel_request) ⇒ Models::UpdateChannelResponse
Change channel dataSends events:- channel.updated- member.added- member.removed- member.updated- message.new.
-
#update_channel_partial(_type, _id, update_channel_partial_request) ⇒ Models::UpdateChannelPartialResponse
Updates certain fields of the channelSends events:- channel.updated.
-
#update_channel_type(name, update_channel_type_request) ⇒ Models::UpdateChannelTypeResponse
Updates channel type.
-
#update_command(name, update_command_request) ⇒ Models::UpdateCommandResponse
Updates custom chat command.
- #update_member_partial(_type, _id, update_member_partial_request, user_id = nil) ⇒ Models::UpdateMemberPartialResponse
-
#update_message(_id, update_message_request) ⇒ Models::UpdateMessageResponse
Updates message with new dataSends events:- message.updated.
-
#update_message_partial(_id, update_message_partial_request) ⇒ Models::UpdateMessagePartialResponse
Updates certain fields of the messageSends events:- message.updated.
-
#update_predefined_filter(name, update_predefined_filter_request) ⇒ Models::UpdatePredefinedFilterResponse
Update a predefined filter by name.
-
#update_reminder(message_id, update_reminder_request) ⇒ Models::UpdateReminderResponse
Updates an existing reminderSends events:- reminder.updated.
-
#update_segment(_id, update_segment_request) ⇒ Models::UpdateSegmentResponse
Update an existing segment.
-
#update_thread_partial(message_id, update_thread_partial_request) ⇒ Models::UpdateThreadPartialResponse
Updates certain fields of the threadSends events:- thread.updated.
-
#upload_channel_file(_type, _id, upload_channel_file_request) ⇒ Models::UploadChannelFileResponse
Uploads file.
-
#upload_channel_image(_type, _id, upload_channel_request) ⇒ Models::UploadChannelResponse
Uploads image.
Constructor Details
#initialize(client) ⇒ ChatClient
Returns a new instance of ChatClient.
12 13 14 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 12 def initialize(client) @client = client end |
Instance Method Details
#add_segment_targets(_id, add_segment_targets_request) ⇒ Models::Response
Add targets to a segment
1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1821 def add_segment_targets(_id, add_segment_targets_request) path = '/api/v2/chat/segments/{id}/addtargets' # Replace path parameters path = path.gsub('{id}', _id.to_s) # Build request body body = add_segment_targets_request # Make the API request @client.make_request( :post, path, body: body ) end |
#cast_poll_vote(message_id, poll_id, cast_poll_vote_request) ⇒ Models::PollVoteResponse
Cast a vote on a pollSends events:- feeds.poll.vote_casted- feeds.poll.vote_changed- feeds.poll.vote_removed- poll.vote_casted- poll.vote_changed- poll.vote_removed
1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1317 def cast_poll_vote(, poll_id, cast_poll_vote_request) path = '/api/v2/chat/messages/{message_id}/polls/{poll_id}/vote' # Replace path parameters path = path.gsub('{message_id}', .to_s) path = path.gsub('{poll_id}', poll_id.to_s) # Build request body body = cast_poll_vote_request # Make the API request @client.make_request( :post, path, body: body ) end |
#channel_batch_update(channel_batch_update_request) ⇒ Models::ChannelBatchUpdateResponse
Update channels in batchSends events:- channel.frozen- channel.hidden- channel.unfrozen- channel.updated- channel.visible- member.added- member.removed- member.updated
171 172 173 174 175 176 177 178 179 180 181 182 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 171 def channel_batch_update(channel_batch_update_request) path = '/api/v2/chat/channels/batch' # Build request body body = channel_batch_update_request # Make the API request @client.make_request( :put, path, body: body ) end |
#commit_message(_id, commit_message_request) ⇒ Models::MessageActionResponse
Commits a pending message, which will make it visible in the channelSends events:- message.new- message.updated
1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1150 def (_id, ) path = '/api/v2/chat/messages/{id}/commit' # Replace path parameters path = path.gsub('{id}', _id.to_s) # Build request body body = # Make the API request @client.make_request( :post, path, body: body ) end |
#create_campaign(create_campaign_request) ⇒ Models::CreateCampaignResponse
Creates a campaign
19 20 21 22 23 24 25 26 27 28 29 30 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 19 def create_campaign(create_campaign_request) path = '/api/v2/chat/campaigns' # Build request body body = create_campaign_request # Make the API request @client.make_request( :post, path, body: body ) end |
#create_channel_type(create_channel_type_request) ⇒ Models::CreateChannelTypeResponse
Creates new channel type
823 824 825 826 827 828 829 830 831 832 833 834 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 823 def create_channel_type(create_channel_type_request) path = '/api/v2/chat/channeltypes' # Build request body body = create_channel_type_request # Make the API request @client.make_request( :post, path, body: body ) end |
#create_command(create_command_request) ⇒ Models::CreateCommandResponse
Creates custom chat command
905 906 907 908 909 910 911 912 913 914 915 916 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 905 def create_command(create_command_request) path = '/api/v2/chat/commands' # Build request body body = create_command_request # Make the API request @client.make_request( :post, path, body: body ) end |
#create_predefined_filter(create_predefined_filter_request) ⇒ Models::CreatePredefinedFilterResponse
Create a predefined filter that can be used in Query endpoints
1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1530 def create_predefined_filter(create_predefined_filter_request) path = '/api/v2/chat/predefined_filters' # Build request body body = create_predefined_filter_request # Make the API request @client.make_request( :post, path, body: body ) end |
#create_reminder(message_id, create_reminder_request) ⇒ Models::CreateReminderResponse
Creates a new reminderSends events:- reminder.created
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1404 def create_reminder(, create_reminder_request) path = '/api/v2/chat/messages/{message_id}/reminders' # Replace path parameters path = path.gsub('{message_id}', .to_s) # Build request body body = create_reminder_request # Make the API request @client.make_request( :post, path, body: body ) end |
#create_segment(create_segment_request) ⇒ Models::CreateSegmentResponse
Create a segment
1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1734 def create_segment(create_segment_request) path = '/api/v2/chat/segments' # Build request body body = create_segment_request # Make the API request @client.make_request( :post, path, body: body ) end |
#delete_campaign(_id) ⇒ Models::DeleteCampaignResponse
Delete campaign
53 54 55 56 57 58 59 60 61 62 63 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 53 def delete_campaign(_id) path = '/api/v2/chat/campaigns/{id}' # Replace path parameters path = path.gsub('{id}', _id.to_s) # Make the API request @client.make_request( :delete, path ) end |
#delete_channel(_type, _id, hard_delete = nil, skip_truncate = nil) ⇒ Models::DeleteChannelResponse
Deletes channelSends events:- channel.deleted
284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 284 def delete_channel(_type, _id, hard_delete = nil, skip_truncate = nil) path = '/api/v2/chat/channels/{type}/{id}' # Replace path parameters path = path.gsub('{type}', _type.to_s) path = path.gsub('{id}', _id.to_s) # Build query parameters query_params = {} query_params['hard_delete'] = hard_delete unless hard_delete.nil? query_params['skip_truncate'] = skip_truncate unless skip_truncate.nil? # Make the API request @client.make_request( :delete, path, query_params: query_params ) end |
#delete_channel_file(_type, _id, url = nil) ⇒ Models::Response
Deletes previously uploaded file
465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 465 def delete_channel_file(_type, _id, url = nil) path = '/api/v2/chat/channels/{type}/{id}/file' # Replace path parameters path = path.gsub('{type}', _type.to_s) path = path.gsub('{id}', _id.to_s) # Build query parameters query_params = {} query_params['url'] = url unless url.nil? # Make the API request @client.make_request( :delete, path, query_params: query_params ) end |
#delete_channel_image(_type, _id, url = nil) ⇒ Models::Response
Deletes previously uploaded image
532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 532 def delete_channel_image(_type, _id, url = nil) path = '/api/v2/chat/channels/{type}/{id}/image' # Replace path parameters path = path.gsub('{type}', _type.to_s) path = path.gsub('{id}', _id.to_s) # Build query parameters query_params = {} query_params['url'] = url unless url.nil? # Make the API request @client.make_request( :delete, path, query_params: query_params ) end |
#delete_channel_type(name) ⇒ Models::Response
Deletes channel type
840 841 842 843 844 845 846 847 848 849 850 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 840 def delete_channel_type(name) path = '/api/v2/chat/channeltypes/{name}' # Replace path parameters path = path.gsub('{name}', name.to_s) # Make the API request @client.make_request( :delete, path ) end |
#delete_channels(delete_channels_request) ⇒ Models::DeleteChannelsResponse
Allows to delete several channels at once asynchronouslySends events:- channel.deleted
188 189 190 191 192 193 194 195 196 197 198 199 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 188 def delete_channels(delete_channels_request) path = '/api/v2/chat/channels/delete' # Build request body body = delete_channels_request # Make the API request @client.make_request( :post, path, body: body ) end |
#delete_command(name) ⇒ Models::DeleteCommandResponse
Deletes custom chat command
922 923 924 925 926 927 928 929 930 931 932 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 922 def delete_command(name) path = '/api/v2/chat/commands/{name}' # Replace path parameters path = path.gsub('{name}', name.to_s) # Make the API request @client.make_request( :delete, path ) end |
#delete_draft(_type, _id, parent_id = nil, user_id = nil) ⇒ Models::Response
Deletes a draftSends events:- draft.deleted
394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 394 def delete_draft(_type, _id, parent_id = nil, user_id = nil) path = '/api/v2/chat/channels/{type}/{id}/draft' # Replace path parameters path = path.gsub('{type}', _type.to_s) path = path.gsub('{id}', _id.to_s) # Build query parameters query_params = {} query_params['parent_id'] = parent_id unless parent_id.nil? query_params['user_id'] = user_id unless user_id.nil? # Make the API request @client.make_request( :delete, path, query_params: query_params ) end |
#delete_message(_id, hard = nil, deleted_by = nil, delete_for_me = nil) ⇒ Models::DeleteMessageResponse
Deletes messageSends events:- message.deleted
1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1046 def (_id, hard = nil, deleted_by = nil, delete_for_me = nil) path = '/api/v2/chat/messages/{id}' # Replace path parameters path = path.gsub('{id}', _id.to_s) # Build query parameters query_params = {} query_params['hard'] = hard unless hard.nil? query_params['deleted_by'] = deleted_by unless deleted_by.nil? query_params['delete_for_me'] = delete_for_me unless delete_for_me.nil? # Make the API request @client.make_request( :delete, path, query_params: query_params ) end |
#delete_poll_vote(message_id, poll_id, vote_id, user_id = nil) ⇒ Models::PollVoteResponse
Delete a vote from a pollSends events:- feeds.poll.vote_removed- poll.vote_removed
1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1340 def delete_poll_vote(, poll_id, vote_id, user_id = nil) path = '/api/v2/chat/messages/{message_id}/polls/{poll_id}/vote/{vote_id}' # Replace path parameters path = path.gsub('{message_id}', .to_s) path = path.gsub('{poll_id}', poll_id.to_s) path = path.gsub('{vote_id}', vote_id.to_s) # Build query parameters query_params = {} query_params['user_id'] = user_id unless user_id.nil? # Make the API request @client.make_request( :delete, path, query_params: query_params ) end |
#delete_predefined_filter(name) ⇒ Models::Response
Delete a predefined filter by name
1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1547 def delete_predefined_filter(name) path = '/api/v2/chat/predefined_filters/{name}' # Replace path parameters path = path.gsub('{name}', name.to_s) # Make the API request @client.make_request( :delete, path ) end |
#delete_reaction(_id, _type, user_id = nil) ⇒ Models::DeleteReactionResponse
Removes user reaction from the messageSends events:- reaction.deleted
1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1211 def delete_reaction(_id, _type, user_id = nil) path = '/api/v2/chat/messages/{id}/reaction/{type}' # Replace path parameters path = path.gsub('{id}', _id.to_s) path = path.gsub('{type}', _type.to_s) # Build query parameters query_params = {} query_params['user_id'] = user_id unless user_id.nil? # Make the API request @client.make_request( :delete, path, query_params: query_params ) end |
#delete_reminder(message_id, user_id = nil) ⇒ Models::DeleteReminderResponse
Deletes a user's created reminderSends events:- reminder.deleted
1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1363 def delete_reminder(, user_id = nil) path = '/api/v2/chat/messages/{message_id}/reminders' # Replace path parameters path = path.gsub('{message_id}', .to_s) # Build query parameters query_params = {} query_params['user_id'] = user_id unless user_id.nil? # Make the API request @client.make_request( :delete, path, query_params: query_params ) end |
#delete_retention_policy(delete_retention_policy_request) ⇒ Models::DeleteRetentionPolicyResponse
Removes a retention policy for the app. Server-side only.
1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1682 def delete_retention_policy(delete_retention_policy_request) path = '/api/v2/chat/retention_policy/delete' # Build request body body = delete_retention_policy_request # Make the API request @client.make_request( :post, path, body: body ) end |
#delete_segment(_id) ⇒ Models::Response
Delete a segment
1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1768 def delete_segment(_id) path = '/api/v2/chat/segments/{id}' # Replace path parameters path = path.gsub('{id}', _id.to_s) # Make the API request @client.make_request( :delete, path ) end |
#delete_segment_targets(_id, delete_segment_targets_request) ⇒ Models::Response
Delete targets from a segment
1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1841 def delete_segment_targets(_id, delete_segment_targets_request) path = '/api/v2/chat/segments/{id}/deletetargets' # Replace path parameters path = path.gsub('{id}', _id.to_s) # Build request body body = delete_segment_targets_request # Make the API request @client.make_request( :post, path, body: body ) end |
#ephemeral_message_update(_id, update_message_partial_request) ⇒ Models::UpdateMessagePartialResponse
Updates message fields without storing in database, only sends update eventSends events:- message.updated
1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1170 def (_id, ) path = '/api/v2/chat/messages/{id}/ephemeral' # Replace path parameters path = path.gsub('{id}', _id.to_s) # Build request body body = # Make the API request @client.make_request( :patch, path, body: body ) end |
#export_channels(export_channels_request) ⇒ Models::ExportChannelsResponse
Exports channel data to a JSON or CSV file (CSV requires version=v2)
991 992 993 994 995 996 997 998 999 1000 1001 1002 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 991 def export_channels(export_channels_request) path = '/api/v2/chat/export_channels' # Build request body body = export_channels_request # Make the API request @client.make_request( :post, path, body: body ) end |
#get_campaign(_id, prev = nil, _next = nil, limit = nil) ⇒ Models::GetCampaignResponse
Get campaign by ID.
72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 72 def get_campaign(_id, prev = nil, _next = nil, limit = nil) path = '/api/v2/chat/campaigns/{id}' # Replace path parameters path = path.gsub('{id}', _id.to_s) # Build query parameters query_params = {} query_params['prev'] = prev unless prev.nil? query_params['next'] = _next unless _next.nil? query_params['limit'] = limit unless limit.nil? # Make the API request @client.make_request( :get, path, query_params: query_params ) end |
#get_channel(_type, _id, state = nil, messages_limit = nil, members_limit = nil, watchers_limit = nil, messages_id_lt = nil, messages_id_lte = nil, messages_id_gt = nil, messages_id_gte = nil, messages_id_around = nil, user_id = nil) ⇒ Models::ChannelStateResponse
Returns a channel by its CID without creating it. Responds with 404 when the channel does not exist, so it doubles as an existence check. Pass state=true to also load messages, read state and watchers, and the messages_id_* parameters to page those messages by message ID.
317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 317 def get_channel(_type, _id, state = nil, = nil, members_limit = nil, watchers_limit = nil, = nil, = nil, = nil, = nil, = nil, user_id = nil) path = '/api/v2/chat/channels/{type}/{id}' # Replace path parameters path = path.gsub('{type}', _type.to_s) path = path.gsub('{id}', _id.to_s) # Build query parameters query_params = {} query_params['state'] = state unless state.nil? query_params['messages_limit'] = unless .nil? query_params['members_limit'] = members_limit unless members_limit.nil? query_params['watchers_limit'] = watchers_limit unless watchers_limit.nil? query_params['messages_id_lt'] = unless .nil? query_params['messages_id_lte'] = unless .nil? query_params['messages_id_gt'] = unless .nil? query_params['messages_id_gte'] = unless .nil? query_params['messages_id_around'] = unless .nil? query_params['user_id'] = user_id unless user_id.nil? # Make the API request @client.make_request( :get, path, query_params: query_params ) end |
#get_channel_type(name) ⇒ Models::GetChannelTypeResponse
Gets channel type
856 857 858 859 860 861 862 863 864 865 866 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 856 def get_channel_type(name) path = '/api/v2/chat/channeltypes/{name}' # Replace path parameters path = path.gsub('{name}', name.to_s) # Make the API request @client.make_request( :get, path ) end |
#get_command(name) ⇒ Models::GetCommandResponse
Returns custom command by its name
938 939 940 941 942 943 944 945 946 947 948 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 938 def get_command(name) path = '/api/v2/chat/commands/{name}' # Replace path parameters path = path.gsub('{name}', name.to_s) # Make the API request @client.make_request( :get, path ) end |
#get_draft(_type, _id, parent_id = nil, user_id = nil) ⇒ Models::GetDraftResponse
Get a draft
419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 419 def get_draft(_type, _id, parent_id = nil, user_id = nil) path = '/api/v2/chat/channels/{type}/{id}/draft' # Replace path parameters path = path.gsub('{type}', _type.to_s) path = path.gsub('{id}', _id.to_s) # Build query parameters query_params = {} query_params['parent_id'] = parent_id unless parent_id.nil? query_params['user_id'] = user_id unless user_id.nil? # Make the API request @client.make_request( :get, path, query_params: query_params ) end |
#get_many_messages(_type, _id, ids, member_custom_include = nil) ⇒ Models::GetManyMessagesResponse
Returns list messages found by IDs
627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 627 def (_type, _id, ids, member_custom_include = nil) path = '/api/v2/chat/channels/{type}/{id}/messages' # Replace path parameters path = path.gsub('{type}', _type.to_s) path = path.gsub('{id}', _id.to_s) # Build query parameters query_params = {} query_params['ids'] = ids unless ids.nil? query_params['member_custom_include'] = member_custom_include unless member_custom_include.nil? # Make the API request @client.make_request( :get, path, query_params: query_params ) end |
#get_message(_id, show_deleted_message = nil) ⇒ Models::GetMessageResponse
Returns message by ID
1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1069 def (_id, = nil) path = '/api/v2/chat/messages/{id}' # Replace path parameters path = path.gsub('{id}', _id.to_s) # Build query parameters query_params = {} query_params['show_deleted_message'] = unless .nil? # Make the API request @client.make_request( :get, path, query_params: query_params ) end |
#get_or_create_channel(_type, _id, channel_get_or_create_request) ⇒ Models::ChannelStateResponse
This Method creates a channel or returns an existing one with matching attributesSends events:- channel.created- member.added- member.removed- member.updated- user.watching.start
702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 702 def get_or_create_channel(_type, _id, channel_get_or_create_request) path = '/api/v2/chat/channels/{type}/{id}/query' # Replace path parameters path = path.gsub('{type}', _type.to_s) path = path.gsub('{id}', _id.to_s) # Build request body body = channel_get_or_create_request # Make the API request @client.make_request( :post, path, body: body ) end |
#get_or_create_distinct_channel(_type, channel_get_or_create_request) ⇒ Models::ChannelStateResponse
This Method creates a channel or returns an existing one with matching attributesSends events:- channel.created- member.added- member.removed- member.updated- user.watching.start
262 263 264 265 266 267 268 269 270 271 272 273 274 275 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 262 def get_or_create_distinct_channel(_type, channel_get_or_create_request) path = '/api/v2/chat/channels/{type}/query' # Replace path parameters path = path.gsub('{type}', _type.to_s) # Build request body body = channel_get_or_create_request # Make the API request @client.make_request( :post, path, body: body ) end |
#get_pinned_messages(_type, _id, limit = nil, offset = nil, id_gte = nil, id_gt = nil, id_lte = nil, id_lt = nil, pinned_at_after_or_equal = nil, pinned_at_after = nil, pinned_at_before_or_equal = nil, pinned_at_before = nil, id_around = nil, pinned_at_around = nil, user_id = nil, sort = nil, member_custom_include = nil) ⇒ Models::GetPinnedMessagesResponse
Returns pinned messages for the channel
665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 665 def (_type, _id, limit = nil, offset = nil, id_gte = nil, id_gt = nil, id_lte = nil, id_lt = nil, pinned_at_after_or_equal = nil, pinned_at_after = nil, pinned_at_before_or_equal = nil, pinned_at_before = nil, id_around = nil, pinned_at_around = nil, user_id = nil, sort = nil, member_custom_include = nil) path = '/api/v2/chat/channels/{type}/{id}/pinned_messages' # Replace path parameters path = path.gsub('{type}', _type.to_s) path = path.gsub('{id}', _id.to_s) # Build query parameters query_params = {} query_params['limit'] = limit unless limit.nil? query_params['offset'] = offset unless offset.nil? query_params['id_gte'] = id_gte unless id_gte.nil? query_params['id_gt'] = id_gt unless id_gt.nil? query_params['id_lte'] = id_lte unless id_lte.nil? query_params['id_lt'] = id_lt unless id_lt.nil? query_params['pinned_at_after_or_equal'] = pinned_at_after_or_equal unless pinned_at_after_or_equal.nil? query_params['pinned_at_after'] = pinned_at_after unless pinned_at_after.nil? query_params['pinned_at_before_or_equal'] = pinned_at_before_or_equal unless pinned_at_before_or_equal.nil? query_params['pinned_at_before'] = pinned_at_before unless pinned_at_before.nil? query_params['id_around'] = id_around unless id_around.nil? query_params['pinned_at_around'] = pinned_at_around unless pinned_at_around.nil? query_params['user_id'] = user_id unless user_id.nil? query_params['sort'] = sort unless sort.nil? query_params['member_custom_include'] = member_custom_include unless member_custom_include.nil? # Make the API request @client.make_request( :get, path, query_params: query_params ) end |
#get_predefined_filter(name) ⇒ Models::GetPredefinedFilterResponse
Get a predefined filter by name
1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1563 def get_predefined_filter(name) path = '/api/v2/chat/predefined_filters/{name}' # Replace path parameters path = path.gsub('{name}', name.to_s) # Make the API request @client.make_request( :get, path ) end |
#get_predefined_filters(include_stats = nil, sort = nil) ⇒ Models::QueryPredefinedFiltersResponse
Get all predefined filters with optional sorting by created_at, updated_at, name, or operation
1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1511 def get_predefined_filters(include_stats = nil, sort = nil) path = '/api/v2/chat/predefined_filters' # Build query parameters query_params = {} query_params['include_stats'] = include_stats unless include_stats.nil? query_params['sort'] = sort unless sort.nil? # Make the API request @client.make_request( :get, path, query_params: query_params ) end |
#get_reactions(_id, limit = nil, offset = nil) ⇒ Models::GetReactionsResponse
Returns list of reactions of specific message
1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1234 def get_reactions(_id, limit = nil, offset = nil) path = '/api/v2/chat/messages/{id}/reactions' # Replace path parameters path = path.gsub('{id}', _id.to_s) # Build query parameters query_params = {} query_params['limit'] = limit unless limit.nil? query_params['offset'] = offset unless offset.nil? # Make the API request @client.make_request( :get, path, query_params: query_params ) end |
#get_replies(parent_id, limit = nil, id_gte = nil, id_gt = nil, id_lte = nil, id_lt = nil, id_around = nil, sort = nil, member_custom_include = nil) ⇒ Models::GetRepliesResponse
Returns replies (thread) of the message
1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1431 def get_replies(parent_id, limit = nil, id_gte = nil, id_gt = nil, id_lte = nil, id_lt = nil, id_around = nil, sort = nil, member_custom_include = nil) path = '/api/v2/chat/messages/{parent_id}/replies' # Replace path parameters path = path.gsub('{parent_id}', parent_id.to_s) # Build query parameters query_params = {} query_params['limit'] = limit unless limit.nil? query_params['id_gte'] = id_gte unless id_gte.nil? query_params['id_gt'] = id_gt unless id_gt.nil? query_params['id_lte'] = id_lte unless id_lte.nil? query_params['id_lt'] = id_lt unless id_lt.nil? query_params['id_around'] = id_around unless id_around.nil? query_params['sort'] = sort unless sort.nil? query_params['member_custom_include'] = member_custom_include unless member_custom_include.nil? # Make the API request @client.make_request( :get, path, query_params: query_params ) end |
#get_retention_policy ⇒ Models::GetRetentionPolicyResponse
Returns all retention policies configured for the app. Server-side only.
1651 1652 1653 1654 1655 1656 1657 1658 1659 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1651 def get_retention_policy() path = '/api/v2/chat/retention_policy' # Make the API request @client.make_request( :get, path ) end |
#get_retention_policy_runs(get_retention_policy_runs_request) ⇒ Models::GetRetentionPolicyRunsResponse
Returns filtered and sorted retention cleanup run history for the app. Supports filter_conditions on 'policy' (possible values: 'old-messages', 'inactive-channels') and 'date' fields. Server-side only.
1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1699 def get_retention_policy_runs(get_retention_policy_runs_request) path = '/api/v2/chat/retention_policy/runs' # Build request body body = get_retention_policy_runs_request # Make the API request @client.make_request( :post, path, body: body ) end |
#get_segment(_id) ⇒ Models::GetSegmentResponse
Get segment
1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1784 def get_segment(_id) path = '/api/v2/chat/segments/{id}' # Replace path parameters path = path.gsub('{id}', _id.to_s) # Make the API request @client.make_request( :get, path ) end |
#get_thread(message_id, reply_limit = nil, participant_limit = nil, member_limit = nil) ⇒ Models::GetThreadResponse
Return a specific thread
1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1935 def get_thread(, reply_limit = nil, participant_limit = nil, member_limit = nil) path = '/api/v2/chat/threads/{message_id}' # Replace path parameters path = path.gsub('{message_id}', .to_s) # Build query parameters query_params = {} query_params['reply_limit'] = reply_limit unless reply_limit.nil? query_params['participant_limit'] = participant_limit unless participant_limit.nil? query_params['member_limit'] = member_limit unless member_limit.nil? # Make the API request @client.make_request( :get, path, query_params: query_params ) end |
#grouped_query_channels(grouped_query_channels_request) ⇒ Models::GroupedQueryChannelsResponse
Query channels grouped into predefined buckets. Only available for enterprise apps.
227 228 229 230 231 232 233 234 235 236 237 238 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 227 def grouped_query_channels(grouped_query_channels_request) path = '/api/v2/chat/channels/grouped' # Build request body body = grouped_query_channels_request # Make the API request @client.make_request( :post, path, body: body ) end |
#hide_channel(_type, _id, hide_channel_request) ⇒ Models::HideChannelResponse
Marks channel as hidden for current userSends events:- channel.hidden
510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 510 def hide_channel(_type, _id, hide_channel_request) path = '/api/v2/chat/channels/{type}/{id}/hide' # Replace path parameters path = path.gsub('{type}', _type.to_s) path = path.gsub('{id}', _id.to_s) # Build request body body = hide_channel_request # Make the API request @client.make_request( :post, path, body: body ) end |
#list_channel_types ⇒ Models::ListChannelTypesResponse
Lists all available channel types
809 810 811 812 813 814 815 816 817 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 809 def list_channel_types() path = '/api/v2/chat/channeltypes' # Make the API request @client.make_request( :get, path ) end |
#list_commands ⇒ Models::ListCommandsResponse
Returns all custom commands
891 892 893 894 895 896 897 898 899 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 891 def list_commands() path = '/api/v2/chat/commands' # Make the API request @client.make_request( :get, path ) end |
#mark_channels_read(mark_channels_read_request) ⇒ Models::MarkReadResponse
Marks channels as read up to the specific message. If no channels is given, mark all channel as readSends events:- message.read
244 245 246 247 248 249 250 251 252 253 254 255 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 244 def mark_channels_read(mark_channels_read_request) path = '/api/v2/chat/channels/read' # Build request body body = mark_channels_read_request # Make the API request @client.make_request( :post, path, body: body ) end |
#mark_delivered(mark_delivered_request, user_id = nil) ⇒ Models::MarkDeliveredResponse
Mark the status of a channel message delivered.
206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 206 def mark_delivered(mark_delivered_request, user_id = nil) path = '/api/v2/chat/channels/delivered' # Build query parameters query_params = {} query_params['user_id'] = user_id unless user_id.nil? # Build request body body = mark_delivered_request # Make the API request @client.make_request( :post, path, query_params: query_params, body: body ) end |
#mark_read(_type, _id, mark_read_request) ⇒ Models::MarkReadResponse
Marks channel as read up to the specific messageSends events:- message.read
724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 724 def mark_read(_type, _id, mark_read_request) path = '/api/v2/chat/channels/{type}/{id}/read' # Replace path parameters path = path.gsub('{type}', _type.to_s) path = path.gsub('{id}', _id.to_s) # Build request body body = mark_read_request # Make the API request @client.make_request( :post, path, body: body ) end |
#mark_unread(_type, _id, mark_unread_request) ⇒ Models::Response
Marks channel as unread from a specific message
790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 790 def mark_unread(_type, _id, mark_unread_request) path = '/api/v2/chat/channels/{type}/{id}/unread' # Replace path parameters path = path.gsub('{type}', _type.to_s) path = path.gsub('{id}', _id.to_s) # Build request body body = mark_unread_request # Make the API request @client.make_request( :post, path, body: body ) end |
#mute_channel(mute_channel_request) ⇒ Models::MuteChannelResponse
Mutes channel for userSends events:- channel.muted
1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1476 def mute_channel(mute_channel_request) path = '/api/v2/chat/moderation/mute/channel' # Build request body body = mute_channel_request # Make the API request @client.make_request( :post, path, body: body ) end |
#query_banned_users(payload = nil) ⇒ Models::QueryBannedUsersResponse
Find and filter channel scoped or global user bans
1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1599 def query_banned_users(payload = nil) path = '/api/v2/chat/query_banned_users' # Build query parameters query_params = {} query_params['payload'] = payload unless payload.nil? # Make the API request @client.make_request( :get, path, query_params: query_params ) end |
#query_campaigns(query_campaigns_request) ⇒ Models::QueryCampaignsResponse
Query campaigns with filter query
36 37 38 39 40 41 42 43 44 45 46 47 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 36 def query_campaigns(query_campaigns_request) path = '/api/v2/chat/campaigns/query' # Build request body body = query_campaigns_request # Make the API request @client.make_request( :post, path, body: body ) end |
#query_channels(query_channels_request) ⇒ Models::QueryChannelsResponse
Query channels with filter query
154 155 156 157 158 159 160 161 162 163 164 165 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 154 def query_channels(query_channels_request) path = '/api/v2/chat/channels' # Build request body body = query_channels_request # Make the API request @client.make_request( :post, path, body: body ) end |
#query_drafts(query_drafts_request) ⇒ Models::QueryDraftsResponse
Queries draft messages for a user
974 975 976 977 978 979 980 981 982 983 984 985 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 974 def query_drafts(query_drafts_request) path = '/api/v2/chat/drafts/query' # Build request body body = query_drafts_request # Make the API request @client.make_request( :post, path, body: body ) end |
#query_future_channel_bans(payload = nil) ⇒ Models::QueryFutureChannelBansResponse
Find and filter future channel bans created by the authenticated user
1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1617 def query_future_channel_bans(payload = nil) path = '/api/v2/chat/query_future_channel_bans' # Build query parameters query_params = {} query_params['payload'] = payload unless payload.nil? # Make the API request @client.make_request( :get, path, query_params: query_params ) end |
#query_members(payload = nil) ⇒ Models::MembersResponse
Find and filter channel members
1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1008 def query_members(payload = nil) path = '/api/v2/chat/members' # Build query parameters query_params = {} query_params['payload'] = payload unless payload.nil? # Make the API request @client.make_request( :get, path, query_params: query_params ) end |
#query_message_flags(payload = nil) ⇒ Models::QueryMessageFlagsResponse
Find and filter message flags
1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1458 def (payload = nil) path = '/api/v2/chat/moderation/flags/message' # Build query parameters query_params = {} query_params['payload'] = payload unless payload.nil? # Make the API request @client.make_request( :get, path, query_params: query_params ) end |
#query_message_history(query_message_history_request) ⇒ Models::QueryMessageHistoryResponse
Queries history for one message
1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1026 def () path = '/api/v2/chat/messages/history' # Build request body body = # Make the API request @client.make_request( :post, path, body: body ) end |
#query_reactions(_id, query_reactions_request) ⇒ Models::QueryReactionsResponse
Get reactions on a message
1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1256 def query_reactions(_id, query_reactions_request) path = '/api/v2/chat/messages/{id}/reactions' # Replace path parameters path = path.gsub('{id}', _id.to_s) # Build request body body = query_reactions_request # Make the API request @client.make_request( :post, path, body: body ) end |
#query_reminders(query_reminders_request) ⇒ Models::QueryRemindersResponse
Queries reminders
1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1635 def query_reminders(query_reminders_request) path = '/api/v2/chat/reminders/query' # Build request body body = query_reminders_request # Make the API request @client.make_request( :post, path, body: body ) end |
#query_segment_targets(_id, query_segment_targets_request) ⇒ Models::QuerySegmentTargetsResponse
Query segment targets
1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1879 def query_segment_targets(_id, query_segment_targets_request) path = '/api/v2/chat/segments/{id}/targets/query' # Replace path parameters path = path.gsub('{id}', _id.to_s) # Build request body body = query_segment_targets_request # Make the API request @client.make_request( :post, path, body: body ) end |
#query_segments(query_segments_request) ⇒ Models::QuerySegmentsResponse
Query segments
1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1751 def query_segments(query_segments_request) path = '/api/v2/chat/segments/query' # Build request body body = query_segments_request # Make the API request @client.make_request( :post, path, body: body ) end |
#query_team_usage_stats(query_team_usage_stats_request) ⇒ Models::QueryTeamUsageStatsResponse
Retrieve team-level usage statistics from the warehouse database.Returns all 16 metrics grouped by team with cursor-based pagination.Date Range Options (mutually exclusive):- Use 'month' parameter (YYYY-MM format) for monthly aggregated values- Use 'start_date'/'end_date' parameters (YYYY-MM-DD format) for daily breakdown- If neither provided, defaults to current month (monthly mode)Team Filter:- Use 'team' to return a single team's stats (empty string selects users not assigned to any team)- Mutually exclusive with the 'next' pagination cursorThis endpoint is server-side only.
1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1898 def query_team_usage_stats(query_team_usage_stats_request) path = '/api/v2/chat/stats/team_usage' # Build request body body = query_team_usage_stats_request # Make the API request @client.make_request( :post, path, body: body ) end |
#query_threads(query_threads_request) ⇒ Models::QueryThreadsResponse
Returns the list of threads for specific user
1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1915 def query_threads(query_threads_request) path = '/api/v2/chat/threads' # Build request body body = query_threads_request # Make the API request @client.make_request( :post, path, body: body ) end |
#run_message_action(_id, message_action_request) ⇒ Models::MessageActionResponse
Executes message command action with given parametersSends events:- message.new
1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1130 def (_id, ) path = '/api/v2/chat/messages/{id}/action' # Replace path parameters path = path.gsub('{id}', _id.to_s) # Build request body body = # Make the API request @client.make_request( :post, path, body: body ) end |
#search(payload = nil) ⇒ Models::SearchResponse
Search messages across channels
1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1716 def search(payload = nil) path = '/api/v2/chat/search' # Build query parameters query_params = {} query_params['payload'] = payload unless payload.nil? # Make the API request @client.make_request( :get, path, query_params: query_params ) end |
#segment_target_exists(_id, target_id) ⇒ Models::Response
Check whether a target exists in a segment. Returns 200 if the target exists, 404 otherwise
1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1861 def segment_target_exists(_id, target_id) path = '/api/v2/chat/segments/{id}/target/{target_id}' # Replace path parameters path = path.gsub('{id}', _id.to_s) path = path.gsub('{target_id}', target_id.to_s) # Make the API request @client.make_request( :get, path ) end |
#send_event(_type, _id, send_event_request) ⇒ Models::EventResponse
Sends event to the channel
443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 443 def send_event(_type, _id, send_event_request) path = '/api/v2/chat/channels/{type}/{id}/event' # Replace path parameters path = path.gsub('{type}', _type.to_s) path = path.gsub('{id}', _id.to_s) # Build request body body = send_event_request # Make the API request @client.make_request( :post, path, body: body ) end |
#send_message(_type, _id, send_message_request) ⇒ Models::SendMessageResponse
Sends new message to the specified channelSends events:- channel.visible- message.new- message.updated
604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 604 def (_type, _id, ) path = '/api/v2/chat/channels/{type}/{id}/message' # Replace path parameters path = path.gsub('{type}', _type.to_s) path = path.gsub('{id}', _id.to_s) # Build request body body = # Make the API request @client.make_request( :post, path, body: body ) end |
#send_reaction(_id, send_reaction_request) ⇒ Models::SendReactionResponse
Sends reaction to specified messageSends events:- reaction.new- reaction.updated
1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1190 def send_reaction(_id, send_reaction_request) path = '/api/v2/chat/messages/{id}/reaction' # Replace path parameters path = path.gsub('{id}', _id.to_s) # Build request body body = send_reaction_request # Make the API request @client.make_request( :post, path, body: body ) end |
#send_user_custom_event(user_id, send_user_custom_event_request) ⇒ Models::Response
Sends a custom event to a userSends events:- *
2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 2013 def send_user_custom_event(user_id, send_user_custom_event_request) path = '/api/v2/chat/users/{user_id}/event' # Replace path parameters path = path.gsub('{user_id}', user_id.to_s) # Build request body body = send_user_custom_event_request # Make the API request @client.make_request( :post, path, body: body ) end |
#set_retention_policy(set_retention_policy_request) ⇒ Models::SetRetentionPolicyResponse
Creates or updates a retention policy for the app. Server-side only.
1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1665 def set_retention_policy(set_retention_policy_request) path = '/api/v2/chat/retention_policy' # Build request body body = set_retention_policy_request # Make the API request @client.make_request( :post, path, body: body ) end |
#show_channel(_type, _id, show_channel_request) ⇒ Models::ShowChannelResponse
Shows previously hidden channelSends events:- channel.visible
746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 746 def show_channel(_type, _id, show_channel_request) path = '/api/v2/chat/channels/{type}/{id}/show' # Replace path parameters path = path.gsub('{type}', _type.to_s) path = path.gsub('{id}', _id.to_s) # Build request body body = show_channel_request # Make the API request @client.make_request( :post, path, body: body ) end |
#start_campaign(_id, start_campaign_request) ⇒ Models::StartCampaignResponse
Starts or schedules a campaign
115 116 117 118 119 120 121 122 123 124 125 126 127 128 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 115 def start_campaign(_id, start_campaign_request) path = '/api/v2/chat/campaigns/{id}/start' # Replace path parameters path = path.gsub('{id}', _id.to_s) # Build request body body = start_campaign_request # Make the API request @client.make_request( :post, path, body: body ) end |
#stop_campaign(_id, stop_campaign_request) ⇒ Models::CampaignResponse
Stops a campaign
135 136 137 138 139 140 141 142 143 144 145 146 147 148 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 135 def stop_campaign(_id, stop_campaign_request) path = '/api/v2/chat/campaigns/{id}/stop' # Replace path parameters path = path.gsub('{id}', _id.to_s) # Build request body body = stop_campaign_request # Make the API request @client.make_request( :post, path, body: body ) end |
#translate_message(_id, translate_message_request) ⇒ Models::TranslateMessageResponse
Translates message to a given language using automated translation softwareSends events:- message.updated
1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1276 def (_id, ) path = '/api/v2/chat/messages/{id}/translate' # Replace path parameters path = path.gsub('{id}', _id.to_s) # Build request body body = # Make the API request @client.make_request( :post, path, body: body ) end |
#truncate_channel(_type, _id, truncate_channel_request) ⇒ Models::TruncateChannelResponse
Truncates messages from a channel. Can be applied to the entire channel or scoped to specific members.Sends events:- channel.truncated
768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 768 def truncate_channel(_type, _id, truncate_channel_request) path = '/api/v2/chat/channels/{type}/{id}/truncate' # Replace path parameters path = path.gsub('{type}', _type.to_s) path = path.gsub('{id}', _id.to_s) # Build request body body = truncate_channel_request # Make the API request @client.make_request( :post, path, body: body ) end |
#undelete_message(_id, undelete_message_request) ⇒ Models::UndeleteMessageResponse
Undelete a message that was previously soft-deletedSends events:- message.undeleted
1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1296 def (_id, ) path = '/api/v2/chat/messages/{id}/undelete' # Replace path parameters path = path.gsub('{id}', _id.to_s) # Build request body body = # Make the API request @client.make_request( :post, path, body: body ) end |
#unmute_channel(unmute_channel_request) ⇒ Models::UnmuteResponse
Unmutes channel for userSends events:- channel.unmuted
1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1493 def unmute_channel(unmute_channel_request) path = '/api/v2/chat/moderation/unmute/channel' # Build request body body = unmute_channel_request # Make the API request @client.make_request( :post, path, body: body ) end |
#unread_counts(user_id = nil) ⇒ Models::WrappedUnreadCountsResponse
Fetch unread counts for a single user
1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1977 def unread_counts(user_id = nil) path = '/api/v2/chat/unread' # Build query parameters query_params = {} query_params['user_id'] = user_id unless user_id.nil? # Make the API request @client.make_request( :get, path, query_params: query_params ) end |
#unread_counts_batch(unread_counts_batch_request) ⇒ Models::UnreadCountsBatchResponse
Fetch unread counts in batch for multiple users in one call
1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1995 def unread_counts_batch(unread_counts_batch_request) path = '/api/v2/chat/unread_batch' # Build request body body = unread_counts_batch_request # Make the API request @client.make_request( :post, path, body: body ) end |
#update_campaign(_id, update_campaign_request) ⇒ Models::CampaignResponse
Updates a campaign
95 96 97 98 99 100 101 102 103 104 105 106 107 108 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 95 def update_campaign(_id, update_campaign_request) path = '/api/v2/chat/campaigns/{id}' # Replace path parameters path = path.gsub('{id}', _id.to_s) # Build request body body = update_campaign_request # Make the API request @client.make_request( :put, path, body: body ) end |
#update_channel(_type, _id, update_channel_request) ⇒ Models::UpdateChannelResponse
Change channel dataSends events:- channel.updated- member.added- member.removed- member.updated- message.new
371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 371 def update_channel(_type, _id, update_channel_request) path = '/api/v2/chat/channels/{type}/{id}' # Replace path parameters path = path.gsub('{type}', _type.to_s) path = path.gsub('{id}', _id.to_s) # Build request body body = update_channel_request # Make the API request @client.make_request( :post, path, body: body ) end |
#update_channel_partial(_type, _id, update_channel_partial_request) ⇒ Models::UpdateChannelPartialResponse
Updates certain fields of the channelSends events:- channel.updated
349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 349 def update_channel_partial(_type, _id, update_channel_partial_request) path = '/api/v2/chat/channels/{type}/{id}' # Replace path parameters path = path.gsub('{type}', _type.to_s) path = path.gsub('{id}', _id.to_s) # Build request body body = update_channel_partial_request # Make the API request @client.make_request( :patch, path, body: body ) end |
#update_channel_type(name, update_channel_type_request) ⇒ Models::UpdateChannelTypeResponse
Updates channel type
873 874 875 876 877 878 879 880 881 882 883 884 885 886 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 873 def update_channel_type(name, update_channel_type_request) path = '/api/v2/chat/channeltypes/{name}' # Replace path parameters path = path.gsub('{name}', name.to_s) # Build request body body = update_channel_type_request # Make the API request @client.make_request( :put, path, body: body ) end |
#update_command(name, update_command_request) ⇒ Models::UpdateCommandResponse
Updates custom chat command
955 956 957 958 959 960 961 962 963 964 965 966 967 968 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 955 def update_command(name, update_command_request) path = '/api/v2/chat/commands/{name}' # Replace path parameters path = path.gsub('{name}', name.to_s) # Build request body body = update_command_request # Make the API request @client.make_request( :put, path, body: body ) end |
#update_member_partial(_type, _id, update_member_partial_request, user_id = nil) ⇒ Models::UpdateMemberPartialResponse
578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 578 def update_member_partial(_type, _id, update_member_partial_request, user_id = nil) path = '/api/v2/chat/channels/{type}/{id}/member' # Replace path parameters path = path.gsub('{type}', _type.to_s) path = path.gsub('{id}', _id.to_s) # Build query parameters query_params = {} query_params['user_id'] = user_id unless user_id.nil? # Build request body body = update_member_partial_request # Make the API request @client.make_request( :patch, path, query_params: query_params, body: body ) end |
#update_message(_id, update_message_request) ⇒ Models::UpdateMessageResponse
Updates message with new dataSends events:- message.updated
1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1090 def (_id, ) path = '/api/v2/chat/messages/{id}' # Replace path parameters path = path.gsub('{id}', _id.to_s) # Build request body body = # Make the API request @client.make_request( :post, path, body: body ) end |
#update_message_partial(_id, update_message_partial_request) ⇒ Models::UpdateMessagePartialResponse
Updates certain fields of the messageSends events:- message.updated
1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1110 def (_id, ) path = '/api/v2/chat/messages/{id}' # Replace path parameters path = path.gsub('{id}', _id.to_s) # Build request body body = # Make the API request @client.make_request( :put, path, body: body ) end |
#update_predefined_filter(name, update_predefined_filter_request) ⇒ Models::UpdatePredefinedFilterResponse
Update a predefined filter by name
1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1580 def update_predefined_filter(name, update_predefined_filter_request) path = '/api/v2/chat/predefined_filters/{name}' # Replace path parameters path = path.gsub('{name}', name.to_s) # Build request body body = update_predefined_filter_request # Make the API request @client.make_request( :put, path, body: body ) end |
#update_reminder(message_id, update_reminder_request) ⇒ Models::UpdateReminderResponse
Updates an existing reminderSends events:- reminder.updated
1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1384 def update_reminder(, update_reminder_request) path = '/api/v2/chat/messages/{message_id}/reminders' # Replace path parameters path = path.gsub('{message_id}', .to_s) # Build request body body = update_reminder_request # Make the API request @client.make_request( :patch, path, body: body ) end |
#update_segment(_id, update_segment_request) ⇒ Models::UpdateSegmentResponse
Update an existing segment
1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1801 def update_segment(_id, update_segment_request) path = '/api/v2/chat/segments/{id}' # Replace path parameters path = path.gsub('{id}', _id.to_s) # Build request body body = update_segment_request # Make the API request @client.make_request( :put, path, body: body ) end |
#update_thread_partial(message_id, update_thread_partial_request) ⇒ Models::UpdateThreadPartialResponse
Updates certain fields of the threadSends events:- thread.updated
1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 1958 def update_thread_partial(, update_thread_partial_request) path = '/api/v2/chat/threads/{message_id}' # Replace path parameters path = path.gsub('{message_id}', .to_s) # Build request body body = update_thread_partial_request # Make the API request @client.make_request( :patch, path, body: body ) end |
#upload_channel_file(_type, _id, upload_channel_file_request) ⇒ Models::UploadChannelFileResponse
Uploads file
488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 488 def upload_channel_file(_type, _id, upload_channel_file_request) path = '/api/v2/chat/channels/{type}/{id}/file' # Replace path parameters path = path.gsub('{type}', _type.to_s) path = path.gsub('{id}', _id.to_s) # Build request body body = upload_channel_file_request # Make the API request @client.make_request( :post, path, body: body ) end |
#upload_channel_image(_type, _id, upload_channel_request) ⇒ Models::UploadChannelResponse
Uploads image
555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 |
# File 'lib/getstream_ruby/generated/chat_client.rb', line 555 def upload_channel_image(_type, _id, upload_channel_request) path = '/api/v2/chat/channels/{type}/{id}/image' # Replace path parameters path = path.gsub('{type}', _type.to_s) path = path.gsub('{id}', _id.to_s) # Build request body body = upload_channel_request # Make the API request @client.make_request( :post, path, body: body ) end |