onEnterConversation property

dynamic Function(V2TimConversation conversation, String initKeyword)? onEnterConversation
final

Deprecated : You are supposed to use onEnterSearchInConversation, though the effects are the same.

Implementation

final Function(V2TimConversation conversation, String initKeyword)?
    onEnterConversation;