Skip to content

registerLabel should allow more parameters or have attributes #34

@dmi3coder

Description

@dmi3coder

Case 1: User should have ability to put laber not only as an string

TLRPC.User user = (TLRPC.User) object;
ApplicationLoader.behaiv().registerLabel(user.username);

Case 2: Probably user can put multiple keys into label or have attributes method

TLRPC.User user = (TLRPC.User) object;
ApplicationLoader.behaiv().registerLabel(user.id, user.username);

Metadata

Metadata

Assignees

Labels

💪🏽O(1)Difficulty of problem - Easy

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions