type github.com/gotd/td/tg.InputReplyToStory
32 uses
github.com/gotd/td/tg (current package)
tl_input_reply_to_gen.go#L476: type InputReplyToStory struct {
tl_input_reply_to_gen.go#L487: func (i InputReplyToStory) construct() InputReplyToClass { return &i }
tl_input_reply_to_gen.go#L491: _ bin.Encoder = &InputReplyToStory{}
tl_input_reply_to_gen.go#L492: _ bin.Decoder = &InputReplyToStory{}
tl_input_reply_to_gen.go#L493: _ bin.BareEncoder = &InputReplyToStory{}
tl_input_reply_to_gen.go#L494: _ bin.BareDecoder = &InputReplyToStory{}
tl_input_reply_to_gen.go#L496: _ InputReplyToClass = &InputReplyToStory{}
tl_input_reply_to_gen.go#L499: func (i *InputReplyToStory) Zero() bool {
tl_input_reply_to_gen.go#L514: func (i *InputReplyToStory) String() string {
tl_input_reply_to_gen.go#L518: type Alias InputReplyToStory
tl_input_reply_to_gen.go#L523: func (i *InputReplyToStory) FillFrom(from interface {
tl_input_reply_to_gen.go#L534: func (*InputReplyToStory) TypeID() uint32 {
tl_input_reply_to_gen.go#L539: func (*InputReplyToStory) TypeName() string {
tl_input_reply_to_gen.go#L544: func (i *InputReplyToStory) TypeInfo() tdp.Type {
tl_input_reply_to_gen.go#L567: func (i *InputReplyToStory) Encode(b *bin.Buffer) error {
tl_input_reply_to_gen.go#L576: func (i *InputReplyToStory) EncodeBare(b *bin.Buffer) error {
tl_input_reply_to_gen.go#L591: func (i *InputReplyToStory) Decode(b *bin.Buffer) error {
tl_input_reply_to_gen.go#L602: func (i *InputReplyToStory) DecodeBare(b *bin.Buffer) error {
tl_input_reply_to_gen.go#L624: func (i *InputReplyToStory) GetUserID() (value InputUserClass) {
tl_input_reply_to_gen.go#L632: func (i *InputReplyToStory) GetStoryID() (value int) {
tl_input_reply_to_gen.go#L692: v := InputReplyToStory{}
tl_input_reply_to_slices_gen.go#L135: value, ok := elem.(*InputReplyToStory)
tl_input_reply_to_slices_gen.go#L228: type InputReplyToStoryArray []InputReplyToStory
tl_input_reply_to_slices_gen.go#L231: func (s InputReplyToStoryArray) Sort(less func(a, b InputReplyToStory) bool) InputReplyToStoryArray {
tl_input_reply_to_slices_gen.go#L239: func (s InputReplyToStoryArray) SortStable(less func(a, b InputReplyToStory) bool) InputReplyToStoryArray {
tl_input_reply_to_slices_gen.go#L247: func (s InputReplyToStoryArray) Retain(keep func(x InputReplyToStory) bool) InputReplyToStoryArray {
tl_input_reply_to_slices_gen.go#L261: func (s InputReplyToStoryArray) First() (v InputReplyToStory, ok bool) {
tl_input_reply_to_slices_gen.go#L269: func (s InputReplyToStoryArray) Last() (v InputReplyToStory, ok bool) {
tl_input_reply_to_slices_gen.go#L277: func (s *InputReplyToStoryArray) PopFirst() (v InputReplyToStory, ok bool) {
tl_input_reply_to_slices_gen.go#L287: var zero InputReplyToStory
tl_input_reply_to_slices_gen.go#L296: func (s *InputReplyToStoryArray) Pop() (v InputReplyToStory, ok bool) {
tl_registry_gen.go#L4764: InputReplyToStoryTypeID: func() bin.Object { return &InputReplyToStory{} },
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. |