mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
typo fix in 'loadConversation'
This commit is contained in:
@@ -237,7 +237,7 @@ WhatsAppWeb.prototype.getChats = query.getChats
|
||||
/** Query whether your phone is still connected to this WhatsApp Web */
|
||||
WhatsAppWeb.prototype.isPhoneConnected = query.isPhoneConnected
|
||||
/** Load the conversation with a group or person */
|
||||
WhatsAppWeb.prototype.loadConveration = query.loadConveration
|
||||
WhatsAppWeb.prototype.loadConversation = query.loadConversation
|
||||
/** Load the entire friggin conversation with a group or person */
|
||||
WhatsAppWeb.prototype.loadEntireConversation = query.loadEntireConversation
|
||||
/** Create a group */
|
||||
|
||||
Reference in New Issue
Block a user