type github.com/gotd/td/tg.InlineQueryPeerTypeBroadcast
19 uses
github.com/gotd/td/tg (current package)
tl_inline_query_peer_type_gen.go#L455: type InlineQueryPeerTypeBroadcast struct {
tl_inline_query_peer_type_gen.go#L462: func (i InlineQueryPeerTypeBroadcast) construct() InlineQueryPeerTypeClass { return &i }
tl_inline_query_peer_type_gen.go#L466: _ bin.Encoder = &InlineQueryPeerTypeBroadcast{}
tl_inline_query_peer_type_gen.go#L467: _ bin.Decoder = &InlineQueryPeerTypeBroadcast{}
tl_inline_query_peer_type_gen.go#L468: _ bin.BareEncoder = &InlineQueryPeerTypeBroadcast{}
tl_inline_query_peer_type_gen.go#L469: _ bin.BareDecoder = &InlineQueryPeerTypeBroadcast{}
tl_inline_query_peer_type_gen.go#L471: _ InlineQueryPeerTypeClass = &InlineQueryPeerTypeBroadcast{}
tl_inline_query_peer_type_gen.go#L474: func (i *InlineQueryPeerTypeBroadcast) Zero() bool {
tl_inline_query_peer_type_gen.go#L483: func (i *InlineQueryPeerTypeBroadcast) String() string {
tl_inline_query_peer_type_gen.go#L487: type Alias InlineQueryPeerTypeBroadcast
tl_inline_query_peer_type_gen.go#L494: func (*InlineQueryPeerTypeBroadcast) TypeID() uint32 {
tl_inline_query_peer_type_gen.go#L499: func (*InlineQueryPeerTypeBroadcast) TypeName() string {
tl_inline_query_peer_type_gen.go#L504: func (i *InlineQueryPeerTypeBroadcast) TypeInfo() tdp.Type {
tl_inline_query_peer_type_gen.go#L518: func (i *InlineQueryPeerTypeBroadcast) Encode(b *bin.Buffer) error {
tl_inline_query_peer_type_gen.go#L527: func (i *InlineQueryPeerTypeBroadcast) EncodeBare(b *bin.Buffer) error {
tl_inline_query_peer_type_gen.go#L535: func (i *InlineQueryPeerTypeBroadcast) Decode(b *bin.Buffer) error {
tl_inline_query_peer_type_gen.go#L546: func (i *InlineQueryPeerTypeBroadcast) DecodeBare(b *bin.Buffer) error {
tl_inline_query_peer_type_gen.go#L733: v := InlineQueryPeerTypeBroadcast{}
tl_registry_gen.go#L4598: InlineQueryPeerTypeBroadcastTypeID: func() bin.Object { return &InlineQueryPeerTypeBroadcast{} },
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. |