lib/twilio-ruby/rest/chat/v1/service/channel/member.rb in twilio-ruby-5.45.1 vs lib/twilio-ruby/rest/chat/v1/service/channel/member.rb in twilio-ruby-5.46.0
- old
+ new
@@ -57,11 +57,11 @@
##
# Lists MemberInstance records from the API as a list.
# Unlike stream(), this operation is eager and will load `limit` records into
# memory before returning.
- # @param [String] identity The
+ # @param [Array[String]] identity The
# {User}[https://www.twilio.com/docs/api/chat/rest/v1/user]'s `identity` value of
# the resources to read. See {access
# tokens}[https://www.twilio.com/docs/api/chat/guides/create-tokens] for more
# details.
# @param [Integer] limit Upper limit for the number of records to return. stream()
@@ -77,11 +77,11 @@
##
# Streams MemberInstance records from the API as an Enumerable.
# This operation lazily loads records as efficiently as possible until the limit
# is reached.
- # @param [String] identity The
+ # @param [Array[String]] identity The
# {User}[https://www.twilio.com/docs/api/chat/rest/v1/user]'s `identity` value of
# the resources to read. See {access
# tokens}[https://www.twilio.com/docs/api/chat/guides/create-tokens] for more
# details.
# @param [Integer] limit Upper limit for the number of records to return. stream()
@@ -114,10 +114,10 @@
end
##
# Retrieve a single page of MemberInstance records from the API.
# Request is executed immediately.
- # @param [String] identity The
+ # @param [Array[String]] identity The
# {User}[https://www.twilio.com/docs/api/chat/rest/v1/user]'s `identity` value of
# the resources to read. See {access
# tokens}[https://www.twilio.com/docs/api/chat/guides/create-tokens] for more
# details.
# @param [String] page_token PageToken provided by the API
\ No newline at end of file