Uses of Class
org.drinkless.tdlib.TdApi.TextCompositionStyleExample
Packages that use TdApi.TextCompositionStyleExample
-
Uses of TdApi.TextCompositionStyleExample in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.TextCompositionStyleExampleModifier and TypeFieldDescriptionTdApi.TextCompositionStyle.englishExampleExample of the style usage in English; may be null if unknown.Constructors in org.drinkless.tdlib with parameters of type TdApi.TextCompositionStyleExampleModifierConstructorDescriptionTextCompositionStyle(String name, long customEmojiId, String title, boolean isCustom, boolean isCreator, int installCount, String prompt, long creatorUserId, TdApi.TextCompositionStyleExample englishExample) Describes a style that can be used to compose a text.