Uses of Class
org.drinkless.tdlib.TdApi.BackgroundFill
-
Packages that use TdApi.BackgroundFill Package Description org.drinkless.tdlib -
-
Uses of TdApi.BackgroundFill in org.drinkless.tdlib
Subclasses of TdApi.BackgroundFill in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.BackgroundFillFreeformGradientDescribes a freeform gradient fill of a background.static classTdApi.BackgroundFillGradientDescribes a gradient fill of a background.static classTdApi.BackgroundFillSolidDescribes a solid fill of a background.Fields in org.drinkless.tdlib declared as TdApi.BackgroundFill Modifier and Type Field Description TdApi.BackgroundFillTdApi.BackgroundTypeFill. fillThe background fill.TdApi.BackgroundFillTdApi.BackgroundTypePattern. fillFill of the background.TdApi.BackgroundFillTdApi.ThemeSettings. outgoingMessageFillThe fill to be used as a background for outgoing messages.Constructors in org.drinkless.tdlib with parameters of type TdApi.BackgroundFill Constructor Description BackgroundTypeFill(TdApi.BackgroundFill fill)A filled background.BackgroundTypePattern(TdApi.BackgroundFill fill, int intensity, boolean isInverted, boolean isMoving)A PNG or TGV (gzipped subset of SVG with MIME type "application/x-tgwallpattern") pattern to be combined with the background fill chosen by the user.ThemeSettings(int accentColor, TdApi.Background background, TdApi.BackgroundFill outgoingMessageFill, boolean animateOutgoingMessageFill, int outgoingMessageAccentColor)Describes theme settings.
-