type github.com/gotd/td/tg.InlineBotSwitchPM
27 uses
github.com/gotd/td/tg (current package)
tl_inline_bot_switch_p_m_gen.go#L38: type InlineBotSwitchPM struct {
tl_inline_bot_switch_p_m_gen.go#L51: _ bin.Encoder = &InlineBotSwitchPM{}
tl_inline_bot_switch_p_m_gen.go#L52: _ bin.Decoder = &InlineBotSwitchPM{}
tl_inline_bot_switch_p_m_gen.go#L53: _ bin.BareEncoder = &InlineBotSwitchPM{}
tl_inline_bot_switch_p_m_gen.go#L54: _ bin.BareDecoder = &InlineBotSwitchPM{}
tl_inline_bot_switch_p_m_gen.go#L57: func (i *InlineBotSwitchPM) Zero() bool {
tl_inline_bot_switch_p_m_gen.go#L72: func (i *InlineBotSwitchPM) String() string {
tl_inline_bot_switch_p_m_gen.go#L76: type Alias InlineBotSwitchPM
tl_inline_bot_switch_p_m_gen.go#L81: func (i *InlineBotSwitchPM) FillFrom(from interface {
tl_inline_bot_switch_p_m_gen.go#L92: func (*InlineBotSwitchPM) TypeID() uint32 {
tl_inline_bot_switch_p_m_gen.go#L97: func (*InlineBotSwitchPM) TypeName() string {
tl_inline_bot_switch_p_m_gen.go#L102: func (i *InlineBotSwitchPM) TypeInfo() tdp.Type {
tl_inline_bot_switch_p_m_gen.go#L125: func (i *InlineBotSwitchPM) Encode(b *bin.Buffer) error {
tl_inline_bot_switch_p_m_gen.go#L134: func (i *InlineBotSwitchPM) EncodeBare(b *bin.Buffer) error {
tl_inline_bot_switch_p_m_gen.go#L144: func (i *InlineBotSwitchPM) Decode(b *bin.Buffer) error {
tl_inline_bot_switch_p_m_gen.go#L155: func (i *InlineBotSwitchPM) DecodeBare(b *bin.Buffer) error {
tl_inline_bot_switch_p_m_gen.go#L177: func (i *InlineBotSwitchPM) GetText() (value string) {
tl_inline_bot_switch_p_m_gen.go#L185: func (i *InlineBotSwitchPM) GetStartParam() (value string) {
tl_messages_bot_results_gen.go#L56: SwitchPm InlineBotSwitchPM
tl_messages_bot_results_gen.go#L133: GetSwitchPm() (value InlineBotSwitchPM, ok bool)
tl_messages_bot_results_gen.go#L427: func (b *MessagesBotResults) SetSwitchPm(value InlineBotSwitchPM) {
tl_messages_bot_results_gen.go#L434: func (b *MessagesBotResults) GetSwitchPm() (value InlineBotSwitchPM, ok bool) {
tl_messages_set_inline_bot_results_gen.go#L67: SwitchPm InlineBotSwitchPM
tl_messages_set_inline_bot_results_gen.go#L142: GetSwitchPm() (value InlineBotSwitchPM, ok bool)
tl_messages_set_inline_bot_results_gen.go#L447: func (s *MessagesSetInlineBotResultsRequest) SetSwitchPm(value InlineBotSwitchPM) {
tl_messages_set_inline_bot_results_gen.go#L454: func (s *MessagesSetInlineBotResultsRequest) GetSwitchPm() (value InlineBotSwitchPM, ok bool) {
tl_registry_gen.go#L4220: InlineBotSwitchPMTypeID: func() bin.Object { return &InlineBotSwitchPM{} },
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |