ChatForbidden

class pyrogram.raw.types.ChatForbidden

A group to which the user has no access. E.g., because the user was kicked from the group.

Constructor of Chat.

Details:
  • Layer: 223

  • ID: 6592A1A7

Parameters:
  • id (int 64-bit) – User identifier

  • title (str) – Group name

TL Schema

chatForbidden#6592a1a7
id:long
title:string

= Chat

Parameter Tree

ChatForbidden
├── idlong
└── titlestring

Example

ChatForbidden(
    id=0,
    title="text",
)