Class: TeamBattlesSdk::Generated::Matches::Item::Chat::ChatRequestBuilder::ChatRequestBuilderGetQueryParameters

Inherits:
Object
  • Object
show all
Defined in:
lib/teambattles_sdk/generated/matches/item/chat/chat_request_builder.rb

Overview

Returns the messages of a match’s chat room, newest first, with cursor pagination. The API key owner must be a participant of the match (a member of one of the match’s teams); a non-participant receives 404. Requires the chat.read scope.

Instance Attribute Summary collapse

Instance Attribute Details

#cursorObject

Opaque continuation cursor from a prior page’s nextCursor.



121
122
123
# File 'lib/teambattles_sdk/generated/matches/item/chat/chat_request_builder.rb', line 121

def cursor
  @cursor
end

#limitObject

Page size (1-100). Defaults to 50.



124
125
126
# File 'lib/teambattles_sdk/generated/matches/item/chat/chat_request_builder.rb', line 124

def limit
  @limit
end