type github.com/gotd/td/tg.BotAppSettings
32 uses
github.com/gotd/td/tg (current package)
tl_bot_app_settings_gen.go#L41: type BotAppSettings struct {
tl_bot_app_settings_gen.go#L77: _ bin.Encoder = &BotAppSettings{}
tl_bot_app_settings_gen.go#L78: _ bin.Decoder = &BotAppSettings{}
tl_bot_app_settings_gen.go#L79: _ bin.BareEncoder = &BotAppSettings{}
tl_bot_app_settings_gen.go#L80: _ bin.BareDecoder = &BotAppSettings{}
tl_bot_app_settings_gen.go#L83: func (b *BotAppSettings) Zero() bool {
tl_bot_app_settings_gen.go#L110: func (b *BotAppSettings) String() string {
tl_bot_app_settings_gen.go#L114: type Alias BotAppSettings
tl_bot_app_settings_gen.go#L119: func (b *BotAppSettings) FillFrom(from interface {
tl_bot_app_settings_gen.go#L151: func (*BotAppSettings) TypeID() uint32 {
tl_bot_app_settings_gen.go#L156: func (*BotAppSettings) TypeName() string {
tl_bot_app_settings_gen.go#L161: func (b *BotAppSettings) TypeInfo() tdp.Type {
tl_bot_app_settings_gen.go#L201: func (b *BotAppSettings) SetFlags() {
tl_bot_app_settings_gen.go#L220: func (b *BotAppSettings) Encode(buf *bin.Buffer) error {
tl_bot_app_settings_gen.go#L229: func (b *BotAppSettings) EncodeBare(buf *bin.Buffer) error {
tl_bot_app_settings_gen.go#L256: func (b *BotAppSettings) Decode(buf *bin.Buffer) error {
tl_bot_app_settings_gen.go#L267: func (b *BotAppSettings) DecodeBare(buf *bin.Buffer) error {
tl_bot_app_settings_gen.go#L315: func (b *BotAppSettings) SetPlaceholderPath(value []byte) {
tl_bot_app_settings_gen.go#L322: func (b *BotAppSettings) GetPlaceholderPath() (value []byte, ok bool) {
tl_bot_app_settings_gen.go#L333: func (b *BotAppSettings) SetBackgroundColor(value int) {
tl_bot_app_settings_gen.go#L340: func (b *BotAppSettings) GetBackgroundColor() (value int, ok bool) {
tl_bot_app_settings_gen.go#L351: func (b *BotAppSettings) SetBackgroundDarkColor(value int) {
tl_bot_app_settings_gen.go#L358: func (b *BotAppSettings) GetBackgroundDarkColor() (value int, ok bool) {
tl_bot_app_settings_gen.go#L369: func (b *BotAppSettings) SetHeaderColor(value int) {
tl_bot_app_settings_gen.go#L376: func (b *BotAppSettings) GetHeaderColor() (value int, ok bool) {
tl_bot_app_settings_gen.go#L387: func (b *BotAppSettings) SetHeaderDarkColor(value int) {
tl_bot_app_settings_gen.go#L394: func (b *BotAppSettings) GetHeaderDarkColor() (value int, ok bool) {
tl_bot_info_gen.go#L89: AppSettings BotAppSettings
tl_bot_info_gen.go#L171: GetAppSettings() (value BotAppSettings, ok bool)
tl_bot_info_gen.go#L636: func (b *BotInfo) SetAppSettings(value BotAppSettings) {
tl_bot_info_gen.go#L643: func (b *BotInfo) GetAppSettings() (value BotAppSettings, ok bool) {
tl_registry_gen.go#L6372: BotAppSettingsTypeID: func() bin.Object { return &BotAppSettings{} },
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |