YouTube Data API v3 . liveChatBans

Instance Methods

close()

Close httplib2 connections.

delete(id, x__xgafv=None)

Deletes a chat ban.

insert(part, body=None, x__xgafv=None)

Inserts a new resource into this collection.

Method Details

close()
Close httplib2 connections.
delete(id, x__xgafv=None)
Deletes a chat ban.

Args:
  id: string, A parameter (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format
insert(part, body=None, x__xgafv=None)
Inserts a new resource into this collection.

Args:
  part: string, The *part* parameter serves two purposes in this operation. It identifies the properties that the write operation will set as well as the properties that the API response returns. Set the parameter value to snippet. (required) (repeated)
  body: object, The request body.
    The object takes the form of:

{ # A `__liveChatBan__` resource represents a ban for a YouTube live chat.
  "etag": "A String", # Etag of this resource.
  "id": "A String", # The ID that YouTube assigns to uniquely identify the ban.
  "kind": "youtube#liveChatBan", # Identifies what kind of resource this is. Value: the fixed string `"youtube#liveChatBan"`.
  "snippet": { # The `snippet` object contains basic details about the ban.
    "banDurationSeconds": "A String", # The duration of a ban, only filled if the ban has type TEMPORARY.
    "bannedUserDetails": {
      "channelId": "A String", # The YouTube channel ID.
      "channelUrl": "A String", # The channel's URL.
      "displayName": "A String", # The channel's display name.
      "profileImageUrl": "A String", # The channels's avatar URL.
    },
    "liveChatId": "A String", # The chat this ban is pertinent to.
    "type": "A String", # The type of ban.
  },
}

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # A `__liveChatBan__` resource represents a ban for a YouTube live chat.
  "etag": "A String", # Etag of this resource.
  "id": "A String", # The ID that YouTube assigns to uniquely identify the ban.
  "kind": "youtube#liveChatBan", # Identifies what kind of resource this is. Value: the fixed string `"youtube#liveChatBan"`.
  "snippet": { # The `snippet` object contains basic details about the ban.
    "banDurationSeconds": "A String", # The duration of a ban, only filled if the ban has type TEMPORARY.
    "bannedUserDetails": {
      "channelId": "A String", # The YouTube channel ID.
      "channelUrl": "A String", # The channel's URL.
      "displayName": "A String", # The channel's display name.
      "profileImageUrl": "A String", # The channels's avatar URL.
    },
    "liveChatId": "A String", # The chat this ban is pertinent to.
    "type": "A String", # The type of ban.
  },
}