PinChatMessage constructor
PinChatMessage({})
Implementation
PinChatMessage({
super.extra,
super.client_id,
this.chat_id,
this.message_id,
this.disable_notification,
this.only_for_self,
});
PinChatMessage({
super.extra,
super.client_id,
this.chat_id,
this.message_id,
this.disable_notification,
this.only_for_self,
});