type github.com/gotd/td/tg.InlineQueryPeerTypeBotPM
19 uses
github.com/gotd/td/tg (current package)
tl_inline_query_peer_type_gen.go#L557: type InlineQueryPeerTypeBotPM struct {
tl_inline_query_peer_type_gen.go#L564: func (i InlineQueryPeerTypeBotPM) construct() InlineQueryPeerTypeClass { return &i }
tl_inline_query_peer_type_gen.go#L568: _ bin.Encoder = &InlineQueryPeerTypeBotPM{}
tl_inline_query_peer_type_gen.go#L569: _ bin.Decoder = &InlineQueryPeerTypeBotPM{}
tl_inline_query_peer_type_gen.go#L570: _ bin.BareEncoder = &InlineQueryPeerTypeBotPM{}
tl_inline_query_peer_type_gen.go#L571: _ bin.BareDecoder = &InlineQueryPeerTypeBotPM{}
tl_inline_query_peer_type_gen.go#L573: _ InlineQueryPeerTypeClass = &InlineQueryPeerTypeBotPM{}
tl_inline_query_peer_type_gen.go#L576: func (i *InlineQueryPeerTypeBotPM) Zero() bool {
tl_inline_query_peer_type_gen.go#L585: func (i *InlineQueryPeerTypeBotPM) String() string {
tl_inline_query_peer_type_gen.go#L589: type Alias InlineQueryPeerTypeBotPM
tl_inline_query_peer_type_gen.go#L596: func (*InlineQueryPeerTypeBotPM) TypeID() uint32 {
tl_inline_query_peer_type_gen.go#L601: func (*InlineQueryPeerTypeBotPM) TypeName() string {
tl_inline_query_peer_type_gen.go#L606: func (i *InlineQueryPeerTypeBotPM) TypeInfo() tdp.Type {
tl_inline_query_peer_type_gen.go#L620: func (i *InlineQueryPeerTypeBotPM) Encode(b *bin.Buffer) error {
tl_inline_query_peer_type_gen.go#L629: func (i *InlineQueryPeerTypeBotPM) EncodeBare(b *bin.Buffer) error {
tl_inline_query_peer_type_gen.go#L637: func (i *InlineQueryPeerTypeBotPM) Decode(b *bin.Buffer) error {
tl_inline_query_peer_type_gen.go#L648: func (i *InlineQueryPeerTypeBotPM) DecodeBare(b *bin.Buffer) error {
tl_inline_query_peer_type_gen.go#L740: v := InlineQueryPeerTypeBotPM{}
tl_registry_gen.go#L4599: InlineQueryPeerTypeBotPMTypeID: func() bin.Object { return &InlineQueryPeerTypeBotPM{} },
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. |