Raw.users.GetIsPremiumRequiredToContact
Check whether we can write to the specified user (this method can only be called by non-premium users), see here for more info on the full flow.
users.getIsPremiumRequiredToContact#a622aa10 id:Vector<InputUser> = Vector<Bool>;
export namespace Raw {
export namespace users {
export class GetIsPremiumRequiredToContact {
constructor(params: { id: Array<Raw.TypeInputUser> }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0xa622aa10
Property
id
: Array of Raw.TypeInputUserUsers to fetch info about.